Method: Pipl::DOB#to_s

Defined in:
lib/pipl/fields.rb

#to_sObject


485
486
487
# File 'lib/pipl/fields.rb', line 485

def to_s
  @display || Pipl::Utils.to_utf8(age.to_s)
end