class Sass::Compiler::Channel::Stream

def initialize(dispatcher, host)

def initialize(dispatcher, host)
  @dispatcher = dispatcher
  @id = @dispatcher.subscribe(host)
end