emacs-prelude/vendor/yasnippet/snippets/ruby-mode/collections/inject
2012-02-17 22:12:32 +02:00

4 lines
105 B
Plaintext

# name: inject(...) { |...| ... }
# key: inject
# --
inject(${1:0}) { |${2:injection}, ${3:element}| $0 }