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