Class: Typhoeus::Hydra

Inherits:
Object
  • Object
show all
Defined in:
lib/cms_scanner/typhoeus/hydra.rb

Overview

Ensure a clean abort of hydra See github.com/typhoeus/typhoeus/issues/439

Instance Method Summary collapse

Instance Method Details

#abortObject



5
6
7
8
# File 'lib/cms_scanner/typhoeus/hydra.rb', line 5

def abort
  super
  run
end