yasnippet/extras/imported/ruby-mode/Searching and Selection/collect { e .. } (col).yasnippet

7 lines
166 B
Plaintext

# -*- mode: snippet -*-
# key: col
# contributor: Translated from TextMate Snippet
# name: collect { |e| .. }
## condition: "source.ruby"
# --
collect { |${1:e}| $0 }