/usr/lib/ruby/1.9.1/oauth/token.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 | # this exists for backwards-compatibility
require 'oauth/tokens/token'
require 'oauth/tokens/server_token'
require 'oauth/tokens/consumer_token'
require 'oauth/tokens/request_token'
require 'oauth/tokens/access_token'
|