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