# File lib/Dnsruby/resource/HIP.rb, line 62
      def hit_string
        # Return hex value
        [@hit.to_s].pack("H*").gsub("\n", "")
      end