Sha256: e229451568944e93fdafcdce79967922bdfe34d5d4652a35e75d69fb22cc7431

Contents?: true

Size: 231 Bytes

Versions: 6

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

module Mutant
  class Isolation
    include AbstractType

    # Call block in isolation
    #
    # @return [Object]
    #   the blocks result
    abstract_method :call
  end # Isolation
end # Mutant

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mutant-0.8.22 lib/mutant/isolation.rb
mutant-0.8.21 lib/mutant/isolation.rb
mutant-0.8.20 lib/mutant/isolation.rb
mutant-0.8.19 lib/mutant/isolation.rb
mutant-0.8.18 lib/mutant/isolation.rb
mutant-0.8.17 lib/mutant/isolation.rb