lib/riot_notifier.rb in riot_notifier-0.0.3 vs lib/riot_notifier.rb in riot_notifier-0.0.5

- old
+ new

@@ -1,6 +1,8 @@ +require 'riot' + module RiotNotifier - class Base < Riot::DotMatrixReporter + class Base < ::Riot::DotMatrixReporter def notify(color, msg) # overwrite me end def fail(desc, message)