diff options
Diffstat (limited to '.emacs.d/mysnippets/text-mode/ruby-mode/ife')
| -rw-r--r-- | .emacs.d/mysnippets/text-mode/ruby-mode/ife | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/ruby-mode/ife b/.emacs.d/mysnippets/text-mode/ruby-mode/ife new file mode 100644 index 0000000..e57d395 --- /dev/null +++ b/.emacs.d/mysnippets/text-mode/ruby-mode/ife | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #name : if ... else ... end | ||
| 2 | #group : control structure | ||
| 3 | # -- | ||
| 4 | if ${1:condition} | ||
| 5 | $2 | ||
| 6 | else | ||
| 7 | $3 | ||
| 8 | end \ No newline at end of file | ||
