class ActiveSupport::NumberHelper::NumberToPhoneConverter

def phone_ext(ext)

def phone_ext(ext)
  ext.blank? ? "" : " x #{ext}"
end