As mentioned in https://github.com/octokit/octokit.rb/issues/506, Resources are simply wrapped hashes, however they lose out on Enumerable. I've written a quick Resource#each method which wraps each and mixes in Enumerable again, readding this functionality.
As mentioned in https://github.com/octokit/octokit.rb/issues/506, Resources are simply wrapped hashes, however they lose out on Enumerable. I've written a quick Resource#each method which wraps each and mixes in Enumerable again, readding this functionality.