Sha256: 784f9872c8134d4a25b6356b5fcfa03d06b9a48a80eab6287014b5d76b4a90fa

Contents?: true

Size: 274 Bytes

Versions: 12

Compression:

Stored size: 274 Bytes

Contents

# frozen_string_literal: true

module Bullet
  module Registry
    autoload :Base, 'bullet/registry/base'
    autoload :Object, 'bullet/registry/object'
    autoload :Association, 'bullet/registry/association'
    autoload :CallStack, 'bullet/registry/call_stack'
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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