11 12 13
# File 'lib/wechat/bot/cached_list.rb', line 11 def each(&block) @cache.each_value(&block) end