module Interage::CPFHelper
Public Instance Methods
format_cpf(cpf)
click to toggle source
# File lib/interage/cpf_helper.rb, line 7 def format_cpf(cpf) ParserCPF.call(cpf) end
# File lib/interage/cpf_helper.rb, line 7 def format_cpf(cpf) ParserCPF.call(cpf) end