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

4 lines
39 B
Plaintext
Executable File

sort do |${1:x},${2:y}|
${3:body}
end