Class: Owemegod::Expense

Inherits:
OpenStruct
  • Object
show all
Includes:
Comparable
Defined in:
lib/owemegod/expense.rb

Instance Method Summary collapse

Instance Method Details

#<=>(another) ⇒ Object



7
8
9
# File 'lib/owemegod/expense.rb', line 7

def <=>(another)
  self.value <=> another.value
end