dotar/vim/snippets/ruby/defs.snippet

4 lines
42 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
def self.${1:class_method_name}
${2}
end