2011-11-03 20:22:33 +00:00

4 lines
88 B
Plaintext

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