2009-12-25 17:45:46 +00:00

4 lines
78 B
Plaintext

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