Sha256: b4040194c3174b75153374ff41296b6cb05e400d8ca89c12d28578e17b6caea1
Contents?: true
Size: 220 Bytes
Versions: 19
Compression:
Stored size: 220 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' end end
Version data entries
19 entries across 19 versions & 1 rubygems