We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eeead8 commit 27ff514Copy full SHA for 27ff514
ruby-mode/resc
@@ -0,0 +1,5 @@
1
+# -*- mode: snippet -*-
2
+# name: rescue StandardError => e
3
+# --
4
+rescue ${StandardError} => ${e}
5
+ ${}
0 commit comments