This file is indexed.

/usr/lib/ruby/1.9.1/oauth.rb is in liboauth-ruby1.9.1 0.4.5-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
12
13
$LOAD_PATH << File.dirname(__FILE__) unless $LOAD_PATH.include?(File.dirname(__FILE__))

module OAuth
  VERSION = "0.4.5"
end

require 'oauth/oauth'
require 'oauth/core_ext'

require 'oauth/client/helper'
require 'oauth/signature/hmac/sha1'
require 'oauth/signature/rsa/sha1'
require 'oauth/request_proxy/mock_request'