Method: Faye::Channel#initialize

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

#initialize(name) ⇒ Channel

Returns a new instance of Channel.



7
8
9
10
# File 'lib/faye/protocol/channel.rb', line 7

def initialize(name)
  super()
  @name = name
end