class Pronto::Formatter::GitFormatter
def new_comments(messages, patches)
def new_comments(messages, patches) comments = messages .uniq .map { |message| new_comment(message, patches) } grouped_comments(comments) end
def new_comments(messages, patches) comments = messages .uniq .map { |message| new_comment(message, patches) } grouped_comments(comments) end