diff options
Diffstat (limited to '.emacs.d/mysnippets/text-mode/ruby-mode/eac')
| -rw-r--r-- | .emacs.d/mysnippets/text-mode/ruby-mode/eac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.emacs.d/mysnippets/text-mode/ruby-mode/eac b/.emacs.d/mysnippets/text-mode/ruby-mode/eac deleted file mode 100644 index f0d9cb1..0000000 --- a/.emacs.d/mysnippets/text-mode/ruby-mode/eac +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #name : each_cons(...) { |...| ... } | ||
| 2 | #group : collections | ||
| 3 | # -- | ||
| 4 | each_cons(${1:2}) { |${group}| $0 } \ No newline at end of file | ||
