# File lib/cabin/channel.rb, line 67 def set(identifier, channel) return @channel_lock.synchronize { @channels[identifier] = channel } end