Class: CuffSert::RawPresenter

Inherits:
BasePresenter show all
Defined in:
lib/cuffsert/presenters.rb

Instance Method Summary collapse

Methods inherited from BasePresenter

#initialize, #on_error, #update_width

Constructor Details

This class inherits a constructor from CuffSert::BasePresenter

Instance Method Details

#on_completeObject



34
35
36
# File 'lib/cuffsert/presenters.rb', line 34

def on_complete
  puts 'Done.'
end

#on_event(event) ⇒ Object



30
31
32
# File 'lib/cuffsert/presenters.rb', line 30

def on_event(event)
  puts event.inspect
end