2009-12-25 17:45:46 +00:00

6 lines
83 B
Plaintext

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