class RBS::Writer

def write_annotation(annotations)

def write_annotation(annotations)
  annotations.each do |annotation|
    puts format_annotation(annotation)
  end
end