Method: Arena::Channel#connection_count
- Defined in:
- lib/arena/channel.rb
#connection_count ⇒ Object
34 35 36 |
# File 'lib/arena/channel.rb', line 34 def connection_count @connection_count ||= contents.collect(&:connections).flatten.size end |