class ActiveUtils::CountryCode

def initialize(value)

def initialize(value)
  @value = value.to_s.upcase
  detect_format
end