# File lib/test/rails/pp_html_document.rb, line 68
  def pretty_print(q)
    q.group 1, '[', ']' do
      q.pp @content
    end
  end