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