# File lib/active_merchant/billing/credit_card.rb, line 57
      def expiry_date
        ExpiryDate.new(@month, @year)
      end