module Expertsort::SlowestSort
Public Instance Methods
slowestsort()
click to toggle source
100% Genuine Python Snake Oil Quality Product
# File lib/expertsort/sorts/slowestsort.rb, line 4 def slowestsort self.dup.sort! end
slowestsort!()
click to toggle source
# File lib/expertsort/sorts/slowestsort.rb, line 8 def slowestsort! self.sort! end