class Nenv::AutoEnvironment
def method_missing(meth, *args)
def method_missing(meth, *args) create_method(meth) unless respond_to?(meth) send(meth, *args) end
def method_missing(meth, *args) create_method(meth) unless respond_to?(meth) send(meth, *args) end