Method: Chef::EventDispatch::Base#stream_output
- Defined in:
- lib/chef/event_dispatch/base.rb
#stream_output(stream, output, options = {}) ⇒ Object
A chunk of data from a stream. The stream is managed by “stream,” which can be any tag whatsoever. Data in different “streams” may not be placed on the same line or even sent to the same console.
360 |
# File 'lib/chef/event_dispatch/base.rb', line 360 def stream_output(stream, output, = {}); end |