Libraries
»
faye
(1.4.1)
»
Index
»
Faye
»
Channel
»
Set
»
#remove
Method: Faye::Channel::Set#remove
Defined in:
lib/faye/protocol/channel.rb
#
remove
(name) ⇒
Object
86 87 88
# File 'lib/faye/protocol/channel.rb', line 86
def
remove
(
name
)
@channels
.
delete
(
name
)
end