class IO::Event::Debug::Selector

def push(fiber)

def push(fiber)
	log("Pushing fiber #{fiber.inspect} to ready list")
	@selector.push(fiber)
end