class Falcon::Adapters::Output

def read

def read
	@chunks.next
rescue StopIteration
	nil
end