Initial commit.
This commit is contained in:
6
vim/snippets/ruby/begin.snippet
Executable file
6
vim/snippets/ruby/begin.snippet
Executable file
@@ -0,0 +1,6 @@
|
||||
begin
|
||||
${1}
|
||||
rescue ${2:Exception} => ${3:e"}
|
||||
${4}
|
||||
end
|
||||
${5}
|
||||
Reference in New Issue
Block a user