5 lines
108 B
Plaintext
5 lines
108 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: select { |...| ... }
|
|
# group : collections
|
|
# --
|
|
select { |${1:element}| $0 } |