This file is indexed.

/usr/bin/yri is in yard 0.8.7.4-1.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
#!/usr/bin/ruby

## We do all this work just to find the proper load path
#path = __FILE__
#while File.symlink?(path)
#  path = File.expand_path(File.readlink(path), File.dirname(path))
#end
#$:.unshift(File.join(File.dirname(File.expand_path(path)), '..', 'lib'))

require 'yard'

YARD::CLI::YRI.run(*ARGV)