summaryrefslogtreecommitdiff
path: root/.emacs.d/mysnippets/text-mode/ruby-mode/ea
blob: 9cdf8dc3caf122a3f49728d2b4253c48d8c3511c (plain)
1
2
3
4
#name : each { |...| ... }
#group : collections
# --
each { |${e}| $0 }