Method: Fairy::PGroupBy::KeyValueStream#each
- Defined in:
- lib/fairy/node/p-group-by.rb
#each(&block) ⇒ Object
161 162 163 164 165 |
# File 'lib/fairy/node/p-group-by.rb', line 161 def each(&block) while (v = shift) != EOS block.call v end end |