# File lib/cabin/channel.rb, line 167
  def remove(key)
    @data.delete(key)
  end