class Typhoeus::Hydra

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

Public Instance Methods

abort() click to toggle source
Calls superclass method
# File lib/cms_scanner/typhoeus/hydra.rb, line 7
def abort
  super
  run
end