Google

def cdata content if @has_listeners handle( cdata:cdata, content ) { |ob| ob.cdata( content ) } else handle( cdata:cdata, content ) end end