lib/ddr/antivirus/adapters/null_scanner_adapter.rb in ddr-antivirus-1.3.0 vs lib/ddr/antivirus/adapters/null_scanner_adapter.rb in ddr-antivirus-1.3.1
- old
+ new
@@ -3,10 +3,10 @@
module Ddr
module Antivirus
module Adapters
#
- # The NullScannerAdapter provides a no-op adapter, primarily for testing and development.
+ # A no-op adapter, primarily for testing and development.
#
class NullScannerAdapter < ScannerAdapter
def scan(path)
NullScanResult.new("#{path}: NOT SCANNED - using :null scanner adapter.", path)