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
620 621 622 623 |
# File 'lib/critbit.rb', line 620 def select(entry) @block.call(entry.getKey(), entry.getValue()) Decision::CONTINUE end |