class SnowArraySort::SnowAD

Public Instance Methods

<=>(other) click to toggle source
Calls superclass method
# File lib/SnowArraySort/asc_desc_array_sort_snow.rb, line 5
def <=>(other)
  -super
end