2008-03-10 12:26:53 +00:00

5 lines
82 B
Plaintext

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