class Slimy::Reporters::BaseReporter
This is mostly a template for actualy implementations
Public Instance Methods
report(_context)
click to toggle source
# File lib/slimy/reporters/reporter.rb, line 9 def report(_context) raise NotImplementedError end