Sha256: 18f35b6890b1bd084b9fc56a21b4396f07afb984a508934381ab3726d8654e12
Contents?: true
Size: 205 Bytes
Versions: 51
Compression:
Stored size: 205 Bytes
Contents
# frozen_string_literal: true module Typhoeus # Ensure a clean abort of hydra # See https://github.com/typhoeus/typhoeus/issues/439 class Hydra def abort super run end end end
Version data entries
51 entries across 51 versions & 3 rubygems