/usr/lib/ruby/1.8/web.rb is in libnora-ruby1.8 1:0.0.20041021-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 | # Nora - Stray web libraries
#
# Author:: MoonWolf (mailto:moonwolf@moonwolf.com)
# Copyright:: Copyright (c) 2002 MoonWolf
# License:: Distributes under the same terms as Ruby
require 'web/common'
require 'web/cookie'
require 'web/request'
require 'web/response'
require 'web/persistent'
require 'web/interface'
|