class HttpUtilPlugin
Public Class Methods
new(*a)
click to toggle source
Calls superclass method
# File lib/rbot/core/utils/httputil.rb, line 685 def initialize(*a) super(*a) debug 'initializing httputil' @bot.httputil = Irc::Utils::HttpUtil.new(@bot) end
Public Instance Methods
cleanup()
click to toggle source
Calls superclass method
# File lib/rbot/core/utils/httputil.rb, line 691 def cleanup debug 'shutting down httputil' @bot.httputil.cleanup @bot.httputil = nil super end