Class: ClamAV::Commands::QuitCommand
- 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 |