# File lib/configuration.rb, line 36
    def path *value
      return self.path = value.first unless value.empty?
      Path
    end