Class: Spark::InternalSorter::Base
- Inherits:
-
Object
- Object
- Spark::InternalSorter::Base
- Defined in:
- lib/spark/sort.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(key_function) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(key_function) ⇒ Base
Returns a new instance of Base.
4 5 6 |
# File 'lib/spark/sort.rb', line 4 def initialize(key_function) @key_function = key_function end |