Class: SeeingIsBelieving::EventStream::Events::LineResult

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

Overview

A line was executed, and its result recorded. Currently, type will either be :inspect, or :pp :pp is used by AnnotateMarkedLines to facilitate xmpfilter style. If you’re consuming the event stream, it’s safe to assume type will always be :inspect If you’re using the library, it’s whatever you’ve recorded it as (if you haven’t changed this, it’s :inspect)

Class Method Summary collapse

Class Method Details

.event_nameObject



122
123
124
# File 'lib/seeing_is_believing/event_stream/events.rb', line 122

def self.event_name
  :line_result
end