module Nokogiri::XML::PP::CharacterData

def inspect

def inspect
  "#<#{self.class.name}:#{format("0x%x", object_id)} #{text.inspect}>"
end