Class: Version

Inherits:
ActiveRecord::Base
  • Object
show all
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