This file is indexed.

/usr/share/doc/ruby-kde4/examples/RubberDoc.rc is in ruby-kde4 4:4.8.2-0ubuntu1.

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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="xmlgui" version="2">

<MenuBar>
   <Menu name="file" noMerge="1"><text>&amp;File</text>
   <Action name="index_all"/>
   <Separator/>
   <Action name="file_quit"/>
   </Menu>
</MenuBar>

<ToolBar name="projectToolbar" noMerge="1" fullWidth="true" iconText="icontextright"><text>Project Toolbar</text>
   <Action name="project_create"/>
   <Action name="project_delete"/>
   <Action name="project_manage"/>
   <Action name="project_goto"/>
</ToolBar>

<ToolBar name="mainToolBar" noMerge="1" fullWidth="true" iconText="icontextright"><text>Main Toolbar</text>
   <Action name="back"/>
   <Action name="forward"/>
   <Action name="home"/>
   <Action name="prev_match"/>
   <Action name="next_match"/>
   <Action name="open_match"/>
</ToolBar>

<ToolBar fullWidth="true" name="locationToolBar" newline="true"><text>Location Toolbar</text>
   <Action name="clear_location" />
   <Action name="location_label" />
   <Action name="toolbar_url_combo" />
   <Action name="go_url" />
</ToolBar>

</kpartgui>