This file is indexed.

/usr/lib/ruby/vendor_ruby/fancy-buttons.rb is in compass-fancy-buttons-plugin 1.1.1~20120313-4.

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
12
13
14
15
16
base_directory  = File.expand_path('/usr/share/compass/frameworks/fancy-buttons')
sass_path = File.join(base_directory, 'stylesheets')

if (defined? Compass)
	Compass::Frameworks.register(
		'fancy-buttons', :path => base_directory
	)
else
	ENV["SASS_PATH"] = [ENV["SASS_PATH"],
		sass_path].compact.join(File::PATH_SEPARATOR)
end

module FancyButtons
  VERSION = "1.1.1"
  DATE = "2012-03-13"
end