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