Module: SmartCore::Container::DependencyResolver Private

Defined in:
lib/smart_core/container/dependency_resolver.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Since:

  • 0.7.0

Class Method Summary collapse

Class Method Details

.resolve(registry, dependency_path) ⇒ SmartCore::Container, Any

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Parameters:

Returns:

See Also:

Since:

  • 0.7.0



17
18
19
# File 'lib/smart_core/container/dependency_resolver.rb', line 17

def resolve(registry, dependency_path)
  registry.resolve(dependency_path).resolve
end