This file is indexed.

/usr/share/ruby/vendor_ruby/proto/README.md is in ruby-ramaze 2012.12.08-3.

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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Ramaze Application

Welcome to your new Ramaze application. This README serves as a starting point
for writing an application using the code you just generated.

Once you've started working on your application you'll probably want to update
this README so that its contents reflect your application's state and purpose.

## Requirements

In order to run this application you'll need to have Ramaze 2.0.0 or newer and
Rake. Optionally you can install Bundler and use it for Gem management, this
can be done as following:

    $ gem install bundler
    $ bundle install

## Rake Tasks

This application comes with a few predefined Rake tasks that make it easy to
get started. You can list these tasks by running `rake -T` or `rake -D` (this
shows longer descriptions for tasks if there are any).

For example, to start a Ramaze console using Pry you'd run the following
command:

    $ rake ramaze:pry

## Resources

In case you need help you can refer to the following resources:

* Ramaze website: <http://ramaze.net/>
* Github repository: <https://github.com/ramaze/ramaze>
* IRC channel: \#ramaze on Freenode