This file is indexed.

/usr/lib/ruby/vendor_ruby/mina/rake.rb is in mina 0.3.7-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
 5
 6
 7
 8
 9
10
# This file is invoked from Rake.
extend Mina::Helpers
extend Mina::DeployHelpers
extend Mina::SshHelpers
extend Mina::LocalHelpers
extend Mina::OutputHelpers
extend Mina::ExecHelpers

require 'mina/default'
require 'mina/deploy' if Rake.application.have_rakefile