class Pronto::Formatter::GitFormatter
def grouped_comments(comments)
def grouped_comments(comments) comments.group_by { |comment| [comment.path, comment.position] } end
def grouped_comments(comments) comments.group_by { |comment| [comment.path, comment.position] } end