Class: PostalDisplayString

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



51
52
53
# File 'lib/doh/util/to_display.rb', line 51

def to_display
  Doh::display_postal(self)
end

#to_sObject



55
56
57
# File 'lib/doh/util/to_display.rb', line 55

def to_s
  self
end