Module: Capistrano::Interactive::DSL
- Defined in:
- lib/capistrano/interactive/dsl.rb
Instance Method Summary collapse
Instance Method Details
#interact(*args) ⇒ Object
6 7 8 9 10 |
# File 'lib/capistrano/interactive/dsl.rb', line 6 def interact(*args) Capistrano::Interactive::BackendHook.intercept_command! execute(*args) Capistrano::Interactive::Command.new(host, Capistrano::Interactive::BackendHook.last_command).execute end |