Class: ClamAV::Commands::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/clamav/commands/command.rb

Direct Known Subclasses

InstreamCommand, PingCommand, QuitCommand, ScanCommand

Instance Method Summary collapse

Instance Method Details

#callObject

Raises:

  • (NotImplementedError)


25
# File 'lib/clamav/commands/command.rb', line 25

def call; raise NotImplementedError.new; end