# File lib/countries/country/class_methods.rb, line 19
    def new(country_data)
      super if country_data.is_a?(Hash) || codes.include?(country_data.to_s.upcase)
    end