module Environmentor

Constants

VERSION

Public Instance Methods

new_mapper(sym, **opts) click to toggle source
# File lib/environmentor.rb, line 8
def new_mapper(sym, **opts)
  Environmentor::Mappers.new(sym, **opts)
end