Class: HTML::CDATA
Instance Method Summary collapse
Instance Method Details
#pretty_print(q) ⇒ Object
68 69 70 71 72 |
# File 'lib/test/rails/pp_html_document.rb', line 68 def pretty_print(q) q.group 1, '[', ']' do q.pp @content end end |