emacs-prelude/vendor/yasnippet/snippets/ruby-mode/collections/reject

4 lines
76 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# name: reject { |...| ... }
# key: reject
# --
reject { |${1:element}| $0 }