Class: OpsBuild::Commands::Kitchen
- Inherits:
-
Thor
- Object
- Thor
- OpsBuild::Commands::Kitchen
- Defined in:
- lib/ops_build/commands/kitchen.rb
Instance Method Summary collapse
Instance Method Details
#converge_kitchen(suite) ⇒ Object
5 6 7 8 |
# File 'lib/ops_build/commands/kitchen.rb', line 5 def converge_kitchen(suite) kitchen = OpsBuild::Kitchen.new kitchen.kitchen_converge(suite) end |