# File lib/active_merchant/billing/gateways/worldpay.rb, line 258
        def <<(response)
          if response.is_a?(MultiResponse)
            response.responses.each{|r| @responses << r}
          else
            @responses << response
          end
        end