Files
yasnippet/snippets/text-mode/ruby-mode/collect
2009-01-28 07:04:27 +00:00

4 lines
77 B
Plaintext

#name : collect { |...| ... }
#group : collections
# --
collect { |${e}| $0 }