Class: ClamAV::Commands::QuitCommand

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

Instance Method Summary collapse

Instance Method Details

#call(conn) ⇒ Object



21
22
23
# File 'lib/clamav/commands/quit_command.rb', line 21

def call(conn)
  conn.send_request("QUIT").nil?
end