Method: Interage::ParserCPF.call

Defined in:
lib/interage/parsers/parser_cpf.rb

.call(cpf) ⇒ Object



9
10
11
# File 'lib/interage/parsers/parser_cpf.rb', line 9

def self.call(cpf)
  new(cpf).perform
end