Module: Infusible
- Defined in:
- lib/infusible.rb,
lib/infusible/builder.rb,
lib/infusible/actuator.rb,
lib/infusible/dependency_map.rb,
lib/infusible/errors/invalid_dependency.rb,
lib/infusible/errors/duplicate_dependency.rb
Overview
Main namespace.
Defined Under Namespace
Modules: Errors Classes: Actuator, Builder, DependencyMap
Constant Summary collapse
- METHOD_SCOPES =
i[public protected private].freeze
Class Method Summary collapse
Class Method Details
.[](container) ⇒ Object
13 |
# File 'lib/infusible.rb', line 13 def self.[](container) = Actuator.new container |