summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/ruby-mode/classify
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/mysnippets/text-mode/ruby-mode/classify')
-rw-r--r--.emacs.d/mysnippets/text-mode/ruby-mode/classify4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/ruby-mode/classify b/.emacs.d/mysnippets/text-mode/ruby-mode/classify
new file mode 100644
index 0000000..2378afa
--- /dev/null
+++ b/.emacs.d/mysnippets/text-mode/ruby-mode/classify
@@ -0,0 +1,4 @@
1#name : classify { |...| ... }
2#group : collections
3# --
4classify { |${e}| $0 } \ No newline at end of file