# File lib/addressable/uri.rb, line 1306
    def path
      return instance_variable_defined?(:@path) ? @path : EMPTY_STR
    end