2008-03-06 15:01:27 +00:00

5 lines
82 B
Plaintext

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