class NilClass

Public Instance Methods

to_phone(country_code = '1') click to toggle source
# File lib/extensions/nil.rb, line 3
def to_phone country_code = '1'
  return nil
end
to_phone_s(country_code = '1') click to toggle source
# File lib/extensions/nil.rb, line 7
def to_phone_s country_code = '1'
  return nil
end