Class: Threatinator::Plugins::Output::Rubydebug
- Inherits:
-
FileBasedOutput
- Object
- Output
- FileBasedOutput
- Threatinator::Plugins::Output::Rubydebug
- Defined in:
- lib/threatinator/plugins/output/rubydebug.rb
Defined Under Namespace
Classes: Config
Instance Method Summary collapse
Methods inherited from FileBasedOutput
Methods inherited from Output
Constructor Details
This class inherits a constructor from Threatinator::FileBasedOutput
Instance Method Details
#handle_event(event) ⇒ Object
10 11 12 |
# File 'lib/threatinator/plugins/output/rubydebug.rb', line 10 def handle_event(event) ::PP.pp(event, self.output_io); nil end |