# File lib/webmock/request_stub.rb, line 37 def to_timeout @responses_sequences << ResponsesSequence.new([ResponseFactory.response_for(:should_timeout => true)]) self end