X7ROOT File Manager
Current Path:
/opt/alt/ruby20/lib64/ruby/2.0.0/rdoc/generator/template/darkfish
opt
/
alt
/
ruby20
/
lib64
/
ruby
/
2.0.0
/
rdoc
/
generator
/
template
/
darkfish
/
ðŸ“
..
📄
_footer.rhtml
(346 B)
📄
_head.rhtml
(925 B)
📄
_sidebar_VCS_info.rhtml
(456 B)
📄
_sidebar_classes.rhtml
(304 B)
📄
_sidebar_extends.rhtml
(486 B)
📄
_sidebar_in_files.rhtml
(190 B)
📄
_sidebar_includes.rhtml
(483 B)
📄
_sidebar_installed.rhtml
(314 B)
📄
_sidebar_methods.rhtml
(408 B)
📄
_sidebar_navigation.rhtml
(287 B)
📄
_sidebar_pages.rhtml
(356 B)
📄
_sidebar_parent.rhtml
(387 B)
📄
_sidebar_search.rhtml
(411 B)
📄
_sidebar_sections.rhtml
(317 B)
📄
_sidebar_table_of_contents.rhtml
(516 B)
📄
class.rhtml
(5.9 KB)
ðŸ“
images
📄
index.rhtml
(500 B)
ðŸ“
js
📄
page.rhtml
(388 B)
📄
rdoc.css
(10.12 KB)
📄
servlet_not_found.rhtml
(371 B)
📄
servlet_root.rhtml
(1.06 KB)
📄
table_of_contents.rhtml
(1.59 KB)
Editing: servlet_root.rhtml
<body> <nav id="metadata"> <%= render '_sidebar_search.rhtml' %> <%= render '_sidebar_installed.rhtml' %> </nav> <div id="documentation" class="description"> <h1>Local RDoc Documentation</h1> <p>Here you can browse local documentation from the ruby standard library and your installed gems. <% gems = installed.select { |_, _, _, type,| type == :gem } %> <% missing = gems.reject { |_, _, exists,| exists } %> <% unless missing.empty? then %> <h2>Missing Gem Documentation</h2> <p>You are missing documentation for some of your installed gems. You can install missing documentation for gems by running <kbd>gem rdoc --all</kbd>. After installing the missing documentation you only need to reload this page. The newly created documentation will automatically appear. <p>You can also install documentation for a specific gem by running one of the following commands. <ul> <% names = missing.map { |name,| name.sub(/-([^-]*)$/, '') }.uniq %> <% names.each do |name| %> <li><kbd>gem rdoc <%=h name %></kbd> <% end %> </ul> <% end %> </div>
Upload File
Create Folder