# File lib/nio/monitor.rb, line 34
    def readable?
      readiness == :r || readiness == :rw
    end