Class: SeeingIsBelieving::EventStream::Events::Exec

Inherits:
SeeingIsBelieving::EventStream::Event
  • Object
show all
Defined in:
lib/seeing_is_believing/event_stream/events.rb

Overview

Emitted when the process invokes exec. Note that this could be a child process, so it does not necessarily mean there won’t be any more line results

Class Method Summary collapse

Class Method Details

.event_nameObject



110
111
112
# File 'lib/seeing_is_believing/event_stream/events.rb', line 110

def self.event_name
  :exec
end