Initial commit.
This commit is contained in:
5
vim/snippets/ruby/cla/class ... initialize ... end.snippet
Executable file
5
vim/snippets/ruby/cla/class ... initialize ... end.snippet
Executable file
@@ -0,0 +1,5 @@
|
||||
class ${1:`Snippet_RubyClassNameFromFilename()`}
|
||||
def initialize${2}
|
||||
${3}
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user