We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdee9a commit 4b2b5b5Copy full SHA for 4b2b5b5
initializer-method.sublime-snippet
@@ -0,0 +1,8 @@
1
+<snippet>
2
+ <content><![CDATA[def initializer(${1:attribute})
3
+ @${1} = ${1}
4
+end]]></content>
5
+ <tabTrigger>defi</tabTrigger>
6
+ <scope>source.ruby</scope>
7
+ <description>Define initializer method</description>
8
+</snippet>
0 commit comments