module Interage::CNPJHelper

Public Instance Methods

format_cnpj(cnpj) click to toggle source
# File lib/interage/cnpj_helper.rb, line 7
def format_cnpj(cnpj)
  ParserCNPJ.call(cnpj)
end