# File lib/cabin/channel.rb, line 139
  def []=(key, value)
    @data[key] = value
  end