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

7 lines
160 B
Plaintext

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