Class: Version
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Version
- Includes:
- Comparable
- Defined in:
- lib/version.rb
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
10 11 12 |
# File 'lib/version.rb', line 10 def <=>(other) number <=> other.number end |