module Faye::RackStream::Reader

def receive_data(data)

def receive_data(data)
  stream.receive(data)
end

def unbind

def unbind
  stream.fail
end