module Nokogiri::XML::PP::CharacterData
def pretty_print(pp)
def pretty_print(pp) nice_name = self.class.name.split("::").last pp.group(2, "#(#{nice_name} ", ")") do pp.pp(text) end end
def pretty_print(pp) nice_name = self.class.name.split("::").last pp.group(2, "#(#{nice_name} ", ")") do pp.pp(text) end end