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



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

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