dotar/vim/snippets/ruby/begine.snippet

9 lines
76 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
begin
${1}
rescue ${2:Exception} => ${3:e"}
${4}
ensure
${5}
end
${6}