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