Method: Capistrano::OutputCatcher::Base#end_capture
- Defined in:
- lib/capistrano/ext/output_catcher.rb
#end_capture ⇒ Object
59 60 61 62 63 |
# File 'lib/capistrano/ext/output_catcher.rb', line 59 def end_capture out_output = $capstd.out.string err_output = $capstd.err.string $capoutput = [ out_output, err_output ] end |