/usr/lib/ruby/1.9.1/ramaze/current.rb is in libramaze-ruby1.9.1 2010.06.18-2.
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 | module Ramaze
class Current < Innate::Current
def setup(env, request = Request, response = Response, session = Session)
super
end
end
end
|