Sha256: 511845eb9d7b0bd9725da90bdb16430422df6aae0d59e4c71d36764c6f606d2d

Contents?: true

Size: 90 Bytes

Versions: 4

Compression:

Stored size: 90 Bytes

Contents

Struct.new('NullLogger') do
  def info(*)
    nil
  end

  def debug(*)
    nil
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
virus_scan_service-0.2.1 spec/support/null_logger.rb
virus_scan_service-0.2.0 spec/support/null_logger.rb
virus_scan_service-0.1.0 spec/support/null_logger.rb
virus_scan_service-0.0.8 spec/support/null_logger.rb