# -*- mode: snippet -*-
# name: each_value { |val| ... }
# group : collections
# --
each_value { |${val}| $0 }