method

country_code

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