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