class Presenter::CPF

Public Instance Methods

output() click to toggle source
# File lib/presenter/cpf.rb, line 5
def output
  ::CPF.new(value).formatted
end