module Typhoeus::Request::Stubbable
def run
-
(Response)
- The response.
Other tags:
- Example: Run the request. -
def run if response = Expectation.response_for(self) finish(response) else super end end
(Response)
- The response.
def run if response = Expectation.response_for(self) finish(response) else super end end