12 13 14 15 16
# File 'lib/pushlet/gateway_pool.rb', line 12 def add(id, gateway) lock { @pool[id.to_sym] = gateway } end