Module: DebtCeiling::CommonMethods

Included in:
Audit, CustomDebt, Debt, StaticAnalysisDebt
Defined in:
lib/debt_ceiling/common_methods.rb

Instance Method Summary collapse

Instance Method Details

#+(other) ⇒ Object



8
9
10
# File 'lib/debt_ceiling/common_methods.rb', line 8

def +(other)
  self.to_i + other.to_i
end

#configurationObject



4
5
6
# File 'lib/debt_ceiling/common_methods.rb', line 4

def configuration
  DebtCeiling.configuration
end