module Dry::Core::Container::Stub

def enable_stubs!

Stubs have already been enabled turning this into a noop
def enable_stubs!
  # DO NOTHING
end