emacs-prelude/vendor/yasnippet/snippets/ruby-mode/collections/eac

4 lines
88 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# name: each_cons(...) { |...| ... }
# key: eac
# --
each_cons(${1:2}) { |${group}| $0 }