Module: Morsel::Commands

Extended by:
Commands
Included in:
Commands
Defined in:
lib/morsel/commands.rb

Instance Method Summary collapse

Instance Method Details

#install(args) ⇒ Object



5
6
7
8
# File 'lib/morsel/commands.rb', line 5

def install(args)
  recipes = Dsl.evaluate('Morselfile')
  recipes.each {|r| Installer.install_recipe(r)}
end