]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/ruby-mode/general/case
Add 'packages/rich-minority/' from commit 'f46444fb2f6d3c18c4c9e1e528f951894e6d5da3'
[gnu-emacs-elpa] / packages / yasnippet / snippets / ruby-mode / general / case
1 # name: case ... end
2 # key: case
3 # --
4 case ${1:object}
5 when ${2:condition}
6 $0
7 end