# File lib/rest.rb, line 83
  def print_children printer
    if ( @children )
      @children.each do |child|
        child.print printer
      end
    end
  end