Sha256: 26422c2b5c66bdb705342b0366af569ebe6a72c24607ad2e332119b8eb402f43

Contents?: true

Size: 461 Bytes

Versions: 7432

Compression:

Stored size: 461 Bytes

Contents

# frozen_string_literal: true
module Rake
  module InvocationExceptionMixin
    # Return the invocation chain (list of Rake tasks) that were in
    # effect when this exception was detected by rake.  May be null if
    # no tasks were active.
    def chain
      @rake_invocation_chain ||= nil
    end

    # Set the invocation chain in effect when this exception was
    # detected.
    def chain=(value)
      @rake_invocation_chain = value
    end
  end
end

Version data entries

7,432 entries across 7,319 versions & 104 rubygems

Version Path
cybrid_api_organization_ruby-0.123.212 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_id_ruby-0.123.212 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_bank_ruby-0.123.212 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_bank_ruby-0.123.211 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_id_ruby-0.123.211 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_organization_ruby-0.123.211 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_bank_ruby-0.123.208 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_organization_ruby-0.123.208 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_id_ruby-0.123.208 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_bank_ruby-0.123.207 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_organization_ruby-0.123.207 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_id_ruby-0.123.207 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_bank_ruby-0.123.206 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_organization_ruby-0.123.206 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_id_ruby-0.123.206 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_bank_ruby-0.123.205 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_organization_ruby-0.123.205 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_id_ruby-0.123.205 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_bank_ruby-0.123.204 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb
cybrid_api_organization_ruby-0.123.204 vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb