Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/interests/core_ext/fixnum.rb
Instance Method Summary collapse
Instance Method Details
#total_interests(from_date, to_date) ⇒ Object
3 4 5 |
# File 'lib/interests/core_ext/fixnum.rb', line 3 def total_interests(from_date, to_date) Interests::Calculator.total_interests(self, from_date, to_date) end |