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