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