This file is indexed.

/usr/share/doc/ruby-rspec-core/features/support/jruby.rb is in ruby-rspec-core 3.7.0c1e0m0s1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
Around "@broken-on-jruby-9000" do |scenario, block|
  require 'rspec/support/ruby_features'
  block.call unless RSpec::Support::Ruby.jruby_9000?
end