module Typhoeus::Request::BlockConnection
def run
-
(Typhoeus::Errors::NoStub)
- If connection is blocked
Other tags:
- Example: Run request. -
def run if blocked? raise Typhoeus::Errors::NoStub.new(self) else super end end
(Typhoeus::Errors::NoStub)
- If connection is blocked
def run if blocked? raise Typhoeus::Errors::NoStub.new(self) else super end end