Files
yasnippet/snippets/ruby-mode/collections/any

4 lines
71 B
Plaintext

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