Parent

Methods

Class/Module Index [+]

Quicksearch

HttpUtilPlugin

Public Class Methods

new(*a) click to toggle source
# 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

Public Instance Methods

cleanup() click to toggle source
# 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.