summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/ruby-mode/collections/all
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/lisp/yasnippet/snippets/ruby-mode/collections/all3
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 }