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