7 lines
160 B
Plaintext

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