class Pronto::Gitlab

def create_commit_comment(comment)

def create_commit_comment(comment)
  client.create_commit_comment(slug, comment.sha, comment.note,
                               path: comment.path, line: comment.line,
                               line_type: 'new')
end