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