# File lib/active_utils/country.rb, line 13
    def initialize(value)
      @value = value.to_s.upcase
      detect_format
    end