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