Method: TaxCode.taxes

Defined in:
lib/tax_code.rb

.taxes(path = '.') ⇒ Object



6
7
8
# File 'lib/tax_code.rb', line 6

def taxes(path = '.')
  TaxCode.new(path).taxes    
end