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, 0 insertions, 8 deletions
diff --git a/.emacs.d/mysnippets/text-mode/ruby-mode/ife b/.emacs.d/mysnippets/text-mode/ruby-mode/ife deleted file mode 100644 index e57d395..0000000 --- a/.emacs.d/mysnippets/text-mode/ruby-mode/ife +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 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 | ||
