Module: Carb::Container

Includes:
Base
Defined in:
lib/carb/container.rb,
lib/carb/container/base.rb,
lib/carb/container/version.rb,
lib/carb/container/registerer.rb,
lib/carb/container/error_container.rb,
lib/carb/container/registration_glue.rb,
lib/carb/container/delegate_container.rb,
lib/carb/container/registry_container.rb,
lib/carb/container/container_validator.rb,
lib/carb/container/already_registered_error.rb,
lib/carb/container/dependency_missing_error.rb,
lib/carb/container/class_name_to_method_name.rb

Defined Under Namespace

Modules: Base Classes: AlreadyRegisteredError, ClassNameToMethodName, ContainerValidator, DelegateContainer, DependencyMissingError, ErrorContainer, Registerer, RegistrationGlue, RegistryContainer

Constant Summary collapse

VERSION =
"0.3.0"

Method Summary

Methods included from Base

#[], #has_key?