2016-10-20 10:27:10 +02:00

4 lines
98 B
Plaintext

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