class Github::Client::Repos::Comments

def get(*args)

Other tags:
    Api: - public
def get(*args)
  arguments(args, required: [:user, :repo, :id])
  get_request("/repos/#{arguments.user}/#{arguments.repo}/comments/#{arguments.id}", arguments.params)
end