dotar/vim/snippets/ruby/injdo.snippet
2011-11-17 16:00:49 -06:00

4 lines
60 B
Plaintext
Executable File

inject(${1:init}) do |${2:total}, ${3:next}|
${4:body}
end