emacs-prelude/vendor/yasnippet/snippets/ruby-mode/collections/eawi
2012-02-17 22:12:32 +02:00

4 lines
91 B
Plaintext

# name: each_with_index { |e, i| ... }
# key: eawi
# --
each_with_index { |${e}, ${i}| $0 }