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