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