Method: Octokit::Client::Gists#gist_forks
- Defined in:
- lib/octokit/client/gists.rb
#gist_forks(gist, options = {}) ⇒ Array
List gist forks
152 153 154 |
# File 'lib/octokit/client/gists.rb', line 152 def gist_forks(gist, = {}) paginate "gists/#{Gist.new(gist)}/forks", end |