Module: KnifeCookbookUtils

Defined in:
lib/knife-cookbook-utils/rlet.rb,
lib/chef/knife/cookbook-keep.rb,
lib/knife-cookbook-utils/version.rb,
lib/chef/knife/cookbook-missing-deps.rb

Overview

Author’s Note: I was asked to embed this. Since this is not entirely my project, I agreed. My preference is to have this in a gem (or better yet, in the standard library). See: rlet gem

Defined Under Namespace

Modules: Let, RLet Classes: CookbookKeep, CookbookMissingDeps

Constant Summary collapse

Concern =
if defined?(ActiveSupport) and defined?(ActiveSupport::Concern)
  ActiveSupport::Concern
else
  RLet::Concern
end
VERSION =
"0.2.0"