5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: map { |...| ... }
|
|
# group : collections
|
|
# --
|
|
map { |${e}| $0 } |