class INotify::Notifier

def self.supports_ruby_io?

Returns:
  • (Boolean) - Whether or not this Ruby implementation supports
def self.supports_ruby_io?
  RUBY_PLATFORM !~ /java/
end