Files
.emacs.d/snippets/enh-ruby-mode/definitions/def

6 lines
65 B
Plaintext

# name: def ... end
# key: def
# --
def ${1:method_name}
$0
end