CoreBotModule
# File lib/rbot/core/utils/httputil.rb, line 719 def initialize(*a) super(*a) debug 'initializing httputil' @bot.httputil = Irc::Utils::HttpUtil.new(@bot) end
# File lib/rbot/core/utils/httputil.rb, line 725 def cleanup debug 'shutting down httputil' @bot.httputil.cleanup @bot.httputil = nil super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.