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

7 lines
169 B
Plaintext

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