yasnippet-snippets/snippets/ruby-mode/any

5 lines
96 B
Plaintext

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