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