class Async::IO::Protocol::Line

def initialize(stream, eol = $/)

def initialize(stream, eol = $/)
	super(stream)
	
	@eol = eol
end