4 lines
98 B
Plaintext
Raw Normal View History

#name : each_cons(...) { |...| ... }
#group : collections
# --
each_cons(${1:2}) { |${group}| $0 }