455 456 457 458 459 460 461 462 463 464
# File 'lib/syntax_tree.rb', line 455 def pretty_print(q) q.group(2, "(", ")") do q.text("BEGIN") q.breakable q.pp(statements) q.pp(Comment::List.new(comments)) end end