# File AgileGuiTesting.rb, line 339
def write_comments
  count = 0
  @comments.each { |c|
    count += 1
    puts "(#{count}) #{c}"
  }
end