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