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