class HttpUtilPlugin
Public Class Methods
Source
# 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
Calls superclass method
Public Instance Methods
Source
# File lib/rbot/core/utils/httputil.rb, line 691 def cleanup debug 'shutting down httputil' @bot.httputil.cleanup @bot.httputil = nil super end
Calls superclass method