# File lib/addressable/uri.rb, line 1574 def fragment return instance_variable_defined?(:@fragment) ? @fragment : nil end