class NIO::Monitor

def writable?

Is the IO object writable?
def writable?
  readiness == :w || readiness == :rw
end