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