class Threatinator::Plugins::Output::Rubydebug

Public Instance Methods

handle_event(event) click to toggle source
# File lib/threatinator/plugins/output/rubydebug.rb, line 10
def handle_event(event)
  ::PP.pp(event, self.output_io); nil
end