Sha256: a01fecf08de6939f4093cc64f8904af1dfbbd00ce4325e92ded5bbede2a3a39d

Contents?: true

Size: 326 Bytes

Versions: 2

Compression:

Stored size: 326 Bytes

Contents

module Typhoeus
  module Hydras

    # This module contains logic to run a hydra.
    module Runnable

      # Start the hydra run.
      #
      # @example Start hydra run.
      #   hydra.run
      #
      # @return [ Symbol ] Return value from multi.perform.
      def run
        multi.perform
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typhoeus-0.5.0.alpha lib/typhoeus/hydras/runnable.rb
typhoeus-0.5.0.pre lib/typhoeus/hydras/runnable.rb