Class: Version

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
Comparable
Defined in:
lib/version.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



11
12
13
# File 'lib/version.rb', line 11

def <=>(other)
  number <=> other.number
end