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

4 lines
105 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# name: inject(...) { |...| ... }
# key: inject
# --
inject(${1:0}) { |${2:injection}, ${3:element}| $0 }