module RSpec::Support::Ruby

def jruby?

def jruby?
  RUBY_PLATFORM == 'java'
end