This is a fake stream that connects to events.
events: the EventDispatch object to send data to (run_context.events) options is a hash with these possible options:
name: a string that identifies the stream to the user. Preferably short.
# File lib/chef/event_dispatch/events_output_stream.rb, line 11 def initialize(events, options = {}) @events = events @options = options events.stream_opened(self, options) end
Generated with the Darkfish Rdoc Generator 2.