forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/text-mode/ruby-mode/mm

6 lines
103 B
Plaintext

#name : def method_missing ... end
#group : definitions
# --
def method_missing(method, *args)
$0
end