module RSpec::Support::Ruby

def jruby_9000?

def jruby_9000?
  jruby? && JRUBY_VERSION >= '9.0.0.0'
end