This file is indexed.

/usr/share/libgemplugin-ruby/resources/lib/project/init.rb is in libgemplugin-ruby 0.2.3-2.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
require 'gem_plugin'

# give this class the name you want for your command <%= project %>
class ChangeME < GemPlugin::Plugin "/somecategory"
end