class Attribute::CNPJ
Public Instance Methods
coerce(value)
click to toggle source
# File lib/attribute/cnpj.rb, line 6 def coerce(value) ::CNPJ.new(value).stripped end
# File lib/attribute/cnpj.rb, line 6 def coerce(value) ::CNPJ.new(value).stripped end