class ClamAV::Commands::QuitCommand
Public Instance Methods
call(conn)
click to toggle source
# File lib/clamav/commands/quit_command.rb, line 21 def call(conn) conn.send_request("QUIT").nil? end
# File lib/clamav/commands/quit_command.rb, line 21 def call(conn) conn.send_request("QUIT").nil? end