# File lib/typhoeus/expectation.rb, line 138 def and_return(response=nil, &block) new_response = (response.nil? ? block : response) responses.push(*new_response) end