class Utils::ConfigFile

def scope(&block)

def scope(&block)
  if block
    @scope = Scope.new(&block)
  end
  @scope ||= Scope.new
end