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