# File lib/cabin/context.rb, line 20
  def initialize(channel)
    @changes = []
    @channel = channel
  end