emacs-prelude/vendor/yasnippet/snippets/ruby-mode/control structure/tim

4 lines
61 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# name: times { |n| ... }
# key: tim
# --
times { |${n}| $0 }