class Pronto::Bitbucket

def create_commit_comment(comment)

def create_commit_comment(comment)
  @config.logger.log("Creating commit comment on #{comment.sha}")
  client.create_commit_comment(slug, comment.sha, comment.body,
                               comment.path, comment.position)
end