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