class Ddr::Antivirus::Scanner

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/ddr/antivirus/scanner.rb, line 10
def initialize
  super Ddr::Antivirus.get_adapter.new
end
scan(path) click to toggle source
# File lib/ddr/antivirus/scanner.rb, line 6
def self.scan(path)
  new.scan(path)
end