This module contains logic to run a hydra.
@api private
Start the hydra run.
@example Start hydra run.
hydra.run
@return [ Symbol ] Return value from multi.perform.
# File lib/typhoeus/hydra/runnable.rb, line 15 def run multi.prepare multi.perform end