class Github::Client::Gists::Comments

def get(*args)

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