dotar/vim/snippets/ruby/eap.snippet

3 lines
46 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
each_pair { |${1:k}, ${2:v}| ${3:body} }${4}