# File lib/new_relic/agent/obfuscator.rb, line 30
      def deobfuscate(text)
        encode(text.unpack(PACK_FORMAT).first )
      end