Class: PostalDisplayString
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
| 51 52 53 | # File 'lib/doh/util/to_display.rb', line 51 def to_display Doh::display_postal(self) end | 
#to_s ⇒ Object
| 55 56 57 | # File 'lib/doh/util/to_display.rb', line 55 def to_s self end |