Method: Faye::Channel::Set#initialize
- Defined in:
- lib/faye/protocol/channel.rb
#initialize ⇒ Set
Returns a new instance of Set.
78 79 80 |
# File 'lib/faye/protocol/channel.rb', line 78 def initialize @channels = {} end |
Returns a new instance of Set.
78 79 80 |
# File 'lib/faye/protocol/channel.rb', line 78 def initialize @channels = {} end |