class Typhoeus::Request
def call_handlers
def call_handlers if @on_complete @handled_response = @on_complete.call(response) call_after_complete end end
def call_handlers if @on_complete @handled_response = @on_complete.call(response) call_after_complete end end