summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/ruby-mode/collections/eac
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/lisp/yasnippet/snippets/ruby-mode/collections/eac3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/lisp/yasnippet/snippets/ruby-mode/collections/eac b/emacs.d/lisp/yasnippet/snippets/ruby-mode/collections/eac
new file mode 100644
index 0000000..7a7ccd4
--- /dev/null
+++ b/emacs.d/lisp/yasnippet/snippets/ruby-mode/collections/eac
@@ -0,0 +1,3 @@
+#name : each_cons(...) { |...| ... }
+# --
+each_cons(${1:2}) { |${group}| $0 }