Parent

Included Modules

Cinch::Callback

@api private

Attributes

bot[R]

@return [Bot]

Public Class Methods

new(bot) click to toggle source
# File lib/cinch/callback.rb, line 8
def initialize(bot)
  @bot = bot
end

Public Instance Methods

synchronize(*args, &block) click to toggle source

(see Bot#synchronize)

# File lib/cinch/callback.rb, line 13
def synchronize(*args, &block)
  @bot.synchronize(*args, &block)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.