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