module ItSorts::SortSetup
Public Instance Methods
<=>(other)
click to toggle source
# File lib/it_sorts/sort_setup.rb, line 3 def <=>(other) [*sort_setup] <=> [*other.sort_setup] end
# File lib/it_sorts/sort_setup.rb, line 3 def <=>(other) [*sort_setup] <=> [*other.sort_setup] end