Exception: Nenv::Environment::MethodError

Inherits:
Error
  • Object
show all
Defined in:
lib/nenv/environment.rb

Direct Known Subclasses

AlreadyExistsError

Instance Method Summary collapse

Constructor Details

#initialize(meth) ⇒ MethodError

Returns a new instance of MethodError.



10
11
12
# File 'lib/nenv/environment.rb', line 10

def initialize(meth)
  @meth = meth
end