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

9 lines
76 B
Plaintext
Executable File

begin
${1}
rescue ${2:Exception} => ${3:e"}
${4}
ensure
${5}
end
${6}