Method: Fluent::Plugin::IRCOutput#shutdown

Defined in:
lib/fluent/plugin/out_irc.rb

#shutdownObject



98
99
100
101
# File 'lib/fluent/plugin/out_irc.rb', line 98

def shutdown
  @conn.close
  super
end