module MudratProjector::TaxCalculator::Year2012

Public Instance Methods

social_security_withheld() click to toggle source

see en.wikipedia.org/wiki/Tax_Relief,_Unemployment_Insurance_Reauthorization,_and_Job_Creation_Act_of_2010

Calls superclass method
# File lib/mudrat_projector/tax_calculator.rb, line 5
def social_security_withheld
  super * (4.2.to_d / 6.2.to_d)
end