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