Method: Nitro::Morphing::Listener#cdata
- Defined in:
- lib/nitro/compiler/morphing.rb
#cdata(content) ⇒ Object
205 206 207 |
# File 'lib/nitro/compiler/morphing.rb', line 205 def cdata(content) @buffer << "<![CDATA[#{content}]]>" end |