2011-11-03 20:22:33 +00:00

6 lines
92 B
Plaintext

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