class MortgageBuddy::StandardRounding

Public Class Methods

round(num) click to toggle source
# File lib/mortgage_buddy/standard_rounding.rb, line 4
def round(num)
  num.round(2)
end