Files
yasnippet/snippets/ruby-mode/collections/inject
2009-12-25 17:45:46 +00:00

4 lines
92 B
Plaintext

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