Class: SsnDisplayString
Instance Method Summary collapse
Methods inherited from String
#after, #before, #equals_ignore_whitespace, #firstn, #gsub_between, #hex_decode, #hex_encode, #lastn, #mid, #normalize_all_whitespace, #rafter, #rbefore
Instance Method Details
#to_display ⇒ Object
| 61 62 63 | # File 'lib/doh/util/to_display.rb', line 61 def to_display Doh::display_ssn(self) end | 
#to_s ⇒ Object
| 65 66 67 | # File 'lib/doh/util/to_display.rb', line 65 def to_s self end |