# File lib/rest.rb, line 384
  def print_section section
    indent section
    puts "SECTION " + section.to_s
    section.print_children self
  end