# File lib/flexirecord.rb, line 103
103:     def <=>(other)
104:       self.to_i <=> other.to_i
105:     end