module Season
Constants
- ORDER
Public Instance Methods
<=>(other)
click to toggle source
# File doc/extending_behavior.out.rb, line 34 def <=>(other) Type! other, Season ORDER[self] <=> ORDER[other] end
# File doc/extending_behavior.out.rb, line 34 def <=>(other) Type! other, Season ORDER[self] <=> ORDER[other] end