lib/riot_notifier.rb in riot_notifier-0.0.1 vs lib/riot_notifier.rb in riot_notifier-0.0.2
- old
+ new
@@ -1,4 +1,6 @@
+require 'riot'
+
module RiotNotifier
class Base < Riot::DotMatrixReporter
def notify(color, msg)
# overwrite me
end