# File lib/rest.rb, line 444
  def print_body body
    indent body
    puts "Body: " + body.name
  end