Method: Contentstack::EntryCollection#each
- Defined in:
- lib/contentstack/entry_collection.rb
#each(&block) ⇒ Object
15 16 17 |
# File 'lib/contentstack/entry_collection.rb', line 15 def each &block @entries.map{|e| block.call(e)} end |