Sha256: 9af73b28e0d9533b8440859e5218a3cb342f8614cb9bce2c0600a20ffc288285

Contents?: true

Size: 233 Bytes

Versions: 11

Compression:

Stored size: 233 Bytes

Contents

# frozen_string_literal: true

module Bullet
  module Registry
    class CallStack < Base
      # remembers found association backtrace
      def add(key)
        @registry[key] = Thread.current.backtrace
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bullet-7.2.0 lib/bullet/registry/call_stack.rb
bullet-7.1.6 lib/bullet/registry/call_stack.rb
bullet-7.1.5 lib/bullet/registry/call_stack.rb
bullet-7.1.4 lib/bullet/registry/call_stack.rb
bullet-7.1.3 lib/bullet/registry/call_stack.rb
bullet-7.1.2 lib/bullet/registry/call_stack.rb
bullet-7.1.1 lib/bullet/registry/call_stack.rb
bullet-7.1.0 lib/bullet/registry/call_stack.rb
bullet-7.0.7 lib/bullet/registry/call_stack.rb
bullet-7.0.6 lib/bullet/registry/call_stack.rb
bullet-7.0.5 lib/bullet/registry/call_stack.rb