Method: Faye::Channel::Set#initialize

Defined in:
lib/faye/protocol/channel.rb

#initializeSet

Returns a new instance of Set.



78
79
80
# File 'lib/faye/protocol/channel.rb', line 78

def initialize
  @channels = {}
end