my-emacs-d/elpa/yasnippet-20161022.646/snippets/ruby-mode/eac
2016-10-24 08:30:06 +02:00

4 lines
98 B
Plaintext

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