method
phone_ext
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::NumberHelper::NumberToPhoneConverter
phone_ext(ext)private
No documentation available.
# File activesupport/lib/active_support/number_helper/number_to_phone_converter.rb, line 51
def phone_ext(ext)
ext.blank? ? "" : " x #{ext}"
end