Class: PhoneDisplayString

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, #lastn, #mid, #normalize_all_whitespace, #rafter, #rbefore

Instance Method Details

#to_displayObject



41
42
43
# File 'lib/doh/util/to_display.rb', line 41

def to_display
  Doh::display_phone(self)
end

#to_sObject



45
46
47
# File 'lib/doh/util/to_display.rb', line 45

def to_s
  self
end