module RSpec::Support::Ruby

def jruby_version

def jruby_version
  @jruby_version ||= ComparableVersion.new(JRUBY_VERSION)
end