lib/dry/system/indirect_component.rb in dry-system-0.26.0 vs lib/dry/system/indirect_component.rb in dry-system-0.27.0

- old
+ new

@@ -1,8 +1,6 @@ # frozen_string_literal: true -require "dry/core/equalizer" - module Dry module System # An indirect component is a component that cannot be directly from a source file # directly managed by the container. It may be component that needs to be loaded # indirectly, either via a registration manifest file or an imported container