global

def pretty_print q # :nodoc:

:nodoc:
def pretty_print q # :nodoc:
  q.group 2, "[head: #{level} ", ']' do
    q.pp text
  end
end