Class: DummyNotifier

Inherits:
Object
  • Object
show all
Defined in:
lib/myfirmata.rb

Instance Method Summary collapse

Instance Method Details

#notice(message) ⇒ Object



15
16
17
# File 'lib/myfirmata.rb', line 15

def notice(message)
  puts Time.now.to_s + ' - ' + message
end