# File lib/rest.rb, line 346
  def print node
    do_prepare
    do_print node
    do_finish
  end