Class: DummyNotifier
- Inherits:
-
Object
- Object
- DummyNotifier
- 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() puts Time.now.to_s + ' - ' + end |