Module: Machete
- Defined in:
- lib/machete.rb,
lib/machete/app.rb,
lib/machete/logger.rb,
lib/machete/version.rb,
lib/machete/system_helper.rb
Defined Under Namespace
Modules: Logger, SystemHelper Classes: App
Constant Summary collapse
- VERSION =
"0.0.2"
Class Method Summary collapse
Class Method Details
.deploy_app(app_name, options = {}, &block) ⇒ Object
6 7 8 9 10 |
# File 'lib/machete.rb', line 6 def self.deploy_app(app_name, ={}, &block) app = Machete::App.new(app_name, [:cmd]) app.push([:with_db]) block.call(app) end |