Method: AlphaApi::ResourceCollection#each
- Defined in:
- lib/alpha_api/resource_collection.rb
#each(&block) ⇒ Object
Changes ‘each` to pass in the value, instead of both the key and value.
24 25 26 |
# File 'lib/alpha_api/resource_collection.rb', line 24 def each(&block) values.each &block end |