class IO::Event::Debug::Selector

def respond_to?(name, include_private = false)

Forward the given method to the underlying selector.
def respond_to?(name, include_private = false)
	@selector.respond_to?(name, include_private)
end