Module: BrNfe::Helper

Extended by:
ActiveSupport::Autoload
Included in:
BrNfe
Defined in:
lib/br_nfe.rb,
lib/br_nfe/helper/cpf_cnpj.rb

Defined Under Namespace

Classes: CpfCnpj

Class Method Summary collapse

Class Method Details

.only_number(value) ⇒ Object



162
163
164
# File 'lib/br_nfe.rb', line 162

def self.only_number(value)
	"#{value}".gsub(/[^0-9]/,'')
end