class Nenv::Environment
def _fail_if_accessor_exists(klass, meth)
def _fail_if_accessor_exists(klass, meth) fail(AlreadyExistsError, meth) if klass.method_defined?(meth) end
def _fail_if_accessor_exists(klass, meth) fail(AlreadyExistsError, meth) if klass.method_defined?(meth) end