my-emacs-d/elpa/yasnippet-20160924.2001/snippets/ruby-mode/eac

4 lines
98 B
Plaintext

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