Sha256: 7c08b01c89e5285899883531a2edd79a4128e77d8ace4b3b5a0549edb25819d0
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
# frozen_string_literal: true module CpfCnpj VERSION = "1.0.0" end class CPF VERSION = CpfCnpj::VERSION end class CNPJ VERSION = CpfCnpj::VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cpf_cnpj-1.0.0 | lib/cpf_cnpj/version.rb |