Class: Cany::Recipes::Bundler::DSL

Inherits:
Cany::Recipe::DSL show all
Defined in:
lib/cany/recipes/bundler.rb

Instance Method Summary collapse

Methods inherited from Cany::Recipe::DSL

#after, #around, #before, delegate, #exec, #initialize

Constructor Details

This class inherits a constructor from Cany::Recipe::DSL

Instance Method Details

#skip_group(name, skip = true) ⇒ Object



9
10
11
# File 'lib/cany/recipes/bundler.rb', line 9

def skip_group(name, skip=true)
  @recipe.configure :skip_groups, name => skip
end