class IO::Event::Debug::Selector

def ready?

@returns [Boolean] Whether the selector is ready.

Check if the selector is ready.
def ready?
	@selector.ready?
end