# File lib/rest.rb, line 359
  def do_print node
    method = "print_" + node.class.to_s.downcase
    send method, node
  end