Module: Expertsort::SlowestSort
- Included in:
- Array
- Defined in:
- lib/expertsort/sorts/slowestsort.rb
Instance Method Summary collapse
-
#slowestsort ⇒ Object
100% Genuine Python Snake Oil Quality Product.
- #slowestsort! ⇒ Object
Instance Method Details
#slowestsort ⇒ Object
100% Genuine Python Snake Oil Quality Product
4 5 6 |
# File 'lib/expertsort/sorts/slowestsort.rb', line 4 def slowestsort self.dup.sort! end |
#slowestsort! ⇒ Object
8 9 10 |
# File 'lib/expertsort/sorts/slowestsort.rb', line 8 def slowestsort! self.sort! end |