class Nenv::Environment::MethodError

Public Class Methods

new(meth) click to toggle source
# File lib/nenv/environment.rb, line 10
def initialize(meth)
  @meth = meth
end