Class used for encapsulating handlers to prevent them from overwriting instance variables in {Bot}
@api private
(see Bot#synchronize)
# File lib/cinch/callback.rb, line 16 def synchronize(*args, &block) @bot.synchronize(*args, &block) end
Generated with the Darkfish Rdoc Generator 2.