Burocracias
Facilidades para lidar com as burocracias de nosso Brasil.
Installation
Add this line to your application's Gemfile:
gem 'burocracias'
And then execute:
$ bundle
Or install it yourself as:
$ gem install burocracias
Usage
Formatação
"12345678909".as_cpf
"12345678000195".as_cnpj
"20071004".as_cep
"2122223333".as_phone_number
"11999888777".as_phone_number
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request