Skip to content

Commit 27ff514

Browse files
rescue to ruby sinppets
1 parent 0eeead8 commit 27ff514

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ruby-mode/resc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# -*- mode: snippet -*-
2+
# name: rescue StandardError => e
3+
# --
4+
rescue ${StandardError} => ${e}
5+
${}

0 commit comments

Comments
 (0)