class Github::Client::Gists::Comments
def list(*args)
- Api: - public
Returns:
-
(Hash)-
def list(*args) arguments(args, required: [:gist_id]) response = get_request("/gists/#{arguments.gist_id}/comments", arguments.params) return response unless block_given? response.each { |el| yield el } end