# File lib/active_merchant/billing/credit_card_methods.rb, line 24
      def valid_month?(month)
        (1..12).include?(month.to_i)
      end