module Season

Constants

ORDER

Public Instance Methods

<=>(other) click to toggle source
# File doc/extending_behavior.in.rb, line 34
def <=>(other)
  Type! other, Season
  ORDER[self] <=> ORDER[other]
end