Module: Stove::Mixin::Insideable
Instance Method Summary collapse
-
#inside(cookbook, &block) ⇒ Object
Execute the command inside the cookbook.
Instance Method Details
#inside(cookbook, &block) ⇒ Object
Execute the command inside the cookbook.
9 10 11 |
# File 'lib/stove/mixins/insideable.rb', line 9 def inside(cookbook, &block) Dir.chdir(cookbook.path, &block) end |