diff options
Diffstat (limited to 'emacs.d/lisp/yasnippet/snippets/ruby-mode/collections/classify')
-rw-r--r-- | emacs.d/lisp/yasnippet/snippets/ruby-mode/collections/classify | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/lisp/yasnippet/snippets/ruby-mode/collections/classify b/emacs.d/lisp/yasnippet/snippets/ruby-mode/collections/classify new file mode 100644 index 0000000..d1ad6f3 --- /dev/null +++ b/emacs.d/lisp/yasnippet/snippets/ruby-mode/collections/classify @@ -0,0 +1,3 @@ +#name : classify { |...| ... } +# -- +classify { |${e}| $0 } |