# File lib/rb-inotify/notifier.rb, line 73
    def to_io
      raise NotImplementedError.new("INotify::Notifier#to_io is not supported under JRuby") if RUBY_PLATFORM =~ /java/
      @io ||= IO.new(@fd)
    end