class Envirobly::Config

def initialize(dir = DIR)

def initialize(dir = DIR)
  @dir = Pathname.new dir
end