Class: MLB::Division
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- MLB::Division
- Includes:
- Comparable
- Defined in:
- lib/mlb/division.rb
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
38 39 40 |
# File 'lib/mlb/division.rb', line 38 def <=>(other) sort_order <=> other.sort_order end |