class Dapp::Dimg::Builder::Chef::Berksfile::Builder
Public Class Methods
new(berksfile)
click to toggle source
# File lib/dapp/dimg/builder/chef/berksfile.rb, line 64 def initialize(berksfile) @berksfile = berksfile end
Public Instance Methods
cookbook(name, *_args, path: nil, **_kwargs)
click to toggle source
# File lib/dapp/dimg/builder/chef/berksfile.rb, line 68 def cookbook(name, *_args, path: nil, **_kwargs) @berksfile.add_local_cookbook_path(name, path) if path end
method_missing(*_a, &_blk)
click to toggle source
rubocop:disable Style/MethodMissing
# File lib/dapp/dimg/builder/chef/berksfile.rb, line 73 def method_missing(*_a, &_blk) end
Protected Instance Methods
dump()
click to toggle source
rubocop:enable Style/MethodMissing
# File lib/dapp/dimg/builder/chef/berksfile.rb, line 79 def dump raise end