Class: RPiet::Logger::ComplexAsciiOutput

Inherits:
SimpleAsciiOutput show all
Defined in:
lib/rpiet/event_handler.rb

Instance Method Summary collapse

Methods inherited from SimpleAsciiOutput

#execution_completed, #initialized, #operation, #seen_white, #trying_again

Methods included from EventHandler

#dmesg, #execution_completed, #initialized, #operation, #seen_white, #trying_again

Instance Method Details

#step_begin(runtime) ⇒ Object



60
61
62
63
# File 'lib/rpiet/event_handler.rb', line 60

def step_begin(runtime)
  super
  dmesg runtime.source.ascii(runtime.groups[runtime.x][runtime.y])
end