method
country_code
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::NumberHelper::NumberToPhoneConverter
country_code(code)private
No documentation available.
# File activesupport/lib/active_support/number_helper/number_to_phone_converter.rb, line 47
def country_code(code)
code.blank? ? "" : "+#{code}#{delimiter}"
end