class Nenv::Environment

def _sanitize(meth)

def _sanitize(meth)
  meth.to_s[/^([^=?]*)[=?]?$/, 1].upcase
end