class ItamaeMitsurin::Handler::Debug

Public Instance Methods

event(type, payload = {}) click to toggle source
Calls superclass method ItamaeMitsurin::Handler::Base#event
# File lib/itamae-mitsurin/handler/debug.rb, line 4
def event(type, payload = {})
  super
  ItamaeMitsurin.logger.info("EVENT:#{type} #{payload}")
end