Module: Interage::CNPJHelper

Included in:
ApplicationHelper
Defined in:
lib/interage/cnpj_helper.rb

Instance Method Summary collapse

Instance Method Details

#format_cnpj(cnpj) ⇒ Object



7
8
9
# File 'lib/interage/cnpj_helper.rb', line 7

def format_cnpj(cnpj)
  ParserCNPJ.call(cnpj)
end