Class: Critbit::EachCursor
Instance Attribute Summary
Attributes inherited from Cursor
Instance Method Summary collapse
-
#select(entry) ⇒ Object
————————————————————————————.
Methods inherited from Cursor
Constructor Details
This class inherits a constructor from Critbit::Cursor
Instance Method Details
#select(entry) ⇒ Object
630 631 632 633 |
# File 'lib/critbit.rb', line 630 def select(entry) @block.call(entry.getKey(), entry.getValue()) Decision::CONTINUE end |