Method: Pipl::DOB#to_s
- Defined in:
- lib/pipl/fields.rb
permalink #to_s ⇒ Object
[View source]
485 486 487 |
# File 'lib/pipl/fields.rb', line 485 def to_s @display || Pipl::Utils.to_utf8(age.to_s) end |
485 486 487 |
# File 'lib/pipl/fields.rb', line 485 def to_s @display || Pipl::Utils.to_utf8(age.to_s) end |