class IO::Event::Selector::Select

def push(fiber)

Append the given fiber into the ready list.
def push(fiber)
	@ready.push(fiber)
end