This file is indexed.

/usr/lib/ruby/1.8/compass/commands.rb is in libcompass-ruby1.8 0.10.6~dfsg-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
11
module Compass::Commands
end

require 'compass/commands/registry'

%w(base generate_grid_background help list_frameworks project_base
   update_project watch_project create_project imports installer_command
   print_version project_stats stamp_pattern validate_project
   write_configuration interactive unpack_extension).each do |lib|
  require "compass/commands/#{lib}"
end