Module: DependencyResolvers
- Defined in:
- lib/dependency_resolvers/base.rb,
lib/dependency_resolver.rb,
lib/dependency_resolvers/chef.rb,
lib/dependency_resolvers/proxy_object.rb
Overview
Proxy printer object
This stands in as the middle between the resource and the
dependency resolver and provides helper methds to the
output
Defined Under Namespace
Classes: Base, Chef, ProxyObject
Class Method Summary collapse
Class Method Details
.all ⇒ Object
4 5 6 |
# File 'lib/dependency_resolver.rb', line 4 def self.all @all ||= [] end |