# File temp/formatters/default.rb, line 94 def write_cdata( node, output ) output << CData::START output << node.to_s output << CData::STOP end