Module: Bankroll::Callable
- Included in:
- AmortizationSchedule, AnnuityFactor, CumulativeInterest, FutureValue, InterestPayment, InterestRate, Payment, PresentValue, TotalPeriods, UnpaidBalance
- Defined in:
- lib/bankroll/callable.rb
Instance Method Summary collapse
Instance Method Details
#call(**kwargs) ⇒ Object
5 6 7 |
# File 'lib/bankroll/callable.rb', line 5 def call(**kwargs) new(**kwargs).call end |