Closed enaoki closed 2 years ago
Hello @enaoki,
I think you called the wrong class.
CPF.valid?('21.062.813/0001-86'')
=> nil
CNPJ.valid?('21.062.813/0001-86')
=> true
This's what you get when you don't read the docs properly...🤦♂️
My bad! Thanks!
Using version
0.5.0