# File lib/addressable/uri.rb, line 1276
    def path
      @path ||= ""
      return @path
    end