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