class NIO::Monitor

def readable?

Is the IO object readable?
def readable?
  readiness == :r || readiness == :rw
end