class Pronto::Formatter::GitFormatter

def join_comments(comments)

def join_comments(comments)
  comments.map { |comment| "- #{comment.body}" }.join("\n")
end