3 4 5
# File 'lib/kcd/dsl.rb', line 3 def cookbook(*args) KCD.shelf.shelve_cookbook(*args) end
7 8 9 10 11
# File 'lib/kcd/dsl.rb', line 7 def group *args KCD.shelf.active_group = args yield KCD.shelf.active_group = nil end