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