Method: Hackeroo::Cursor#each
- Defined in:
- lib/hackeroo/cursor.rb
#each ⇒ Enumerable
58 59 60 61 62 |
# File 'lib/hackeroo/cursor.rb', line 58 def each all(collection, next_cursor).each do |element| yield element end end |
58 59 60 61 62 |
# File 'lib/hackeroo/cursor.rb', line 58 def each all(collection, next_cursor).each do |element| yield element end end |