# File lib/test/rails/pp_html_document.rb, line 17
  def pretty_print(q)
    q.group 1, '[NODE ', ']' do
      q.breakable
      q.seplist children_without_newlines do |v| q.pp v end
    end
  end