# File lib/active_merchant/lib/country.rb, line 45
    def code(format)
      @codes.select{|c| c.format == format}
    end