class Github::Client::Gists::Comments

def get(*args)

Other tags:
    Api: - public

Other tags:
    See: https://developer.github.com/v3/gists/comments/#get-a-single-comment -
def get(*args)
  arguments(args, required: [:gist_id, :id])
  get_request("/gists/#{arguments.gist_id}/comments/#{arguments.id}",
              arguments.params)
end