Method: WeChat::Bot::HandlerList#initialize
- Defined in:
- lib/wechat/bot/handler_list.rb
#initialize ⇒ HandlerList
Returns a new instance of HandlerList.
6 7 8 9 |
# File 'lib/wechat/bot/handler_list.rb', line 6 def initialize @handlers = Hash.new {|h,k| h[k] = []} @mutex = Mutex.new end |