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



7
8
9
10
# File 'lib/cms_scanner/typhoeus/hydra.rb', line 7

def abort
  super
  run
end