# File lib/pusher-client/channels.rb, line 19 def remove(channel_name) @channels.delete(channel_name) end