# File lib/capistrano/configuration/actions/inspect.rb, line 22
        def stream(command, options={})
          invoke_command(command, options.merge(:eof => true)) do |ch, stream, out|
            puts out if stream == :out
            warn "[err :: #{ch[:server]}] #{out}" if stream == :err
          end
        end