kolosek/finance_math

View on GitHub
lib/finance_math.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "version"

module FinanceMath
  autoload :Loan,             'finance_math/loan'
end