module Dry::Core::Container::Stub

def resolve(key)

Other tags:
    Api: - public
def resolve(key)
  _stubs.fetch(key.to_s) { super }
end