Object
# File lib/cinch/cache_manager.rb, line 5 def initialize(bot) @bot = bot @cache = {} @mutex = Mutex.new end
# File lib/cinch/cache_manager.rb, line 11 def each(&block) @cache.each_value(&block) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.