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