Class: SsnDisplayString

Inherits:
String show all
Defined in:
lib/doh/util/to_display.rb

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_displayObject



61
62
63
# File 'lib/doh/util/to_display.rb', line 61

def to_display
  Doh::display_ssn(self)
end

#to_sObject



65
66
67
# File 'lib/doh/util/to_display.rb', line 65

def to_s
  self
end