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