Module: CapExtWebistrano
- Defined in:
- lib/cap_ext_webistrano.rb,
lib/cap_ext_webistrano/task.rb
Defined Under Namespace
Classes: Task
Instance Method Summary collapse
Instance Method Details
#after(*args) ⇒ Object
11 12 |
# File 'lib/cap_ext_webistrano.rb', line 11 def after(*args) end |
#before(*args) ⇒ Object
17 18 |
# File 'lib/cap_ext_webistrano.rb', line 17 def before(*args) end |
#on(*args) ⇒ Object
14 15 |
# File 'lib/cap_ext_webistrano.rb', line 14 def on(*args) end |
#task(*args, &blk) ⇒ Object
7 8 9 |
# File 'lib/cap_ext_webistrano.rb', line 7 def task(*args, &blk) original_task(*args, &hijack_runner) end |