class OneshotCoverage::Logger::NullLogger

Public Instance Methods

post(_row) click to toggle source
# File lib/oneshot_coverage/logger/null_logger.rb, line 4
def post(_row)
  # Do nothing
end