📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 20:14:36
📂
/ (Root)
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
ruby
/
ruby-2.7.8
/
rdoc
/
generator
/
template
/
darkfish
📍 /opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/rdoc/generator/template/darkfish
🔄 Refresh
✏️
Editing: _sidebar_includes.rhtml
Read Only
<% unless klass.includes.empty? then %> <div id="includes-section" class="nav-section"> <h3>Included Modules</h3> <ul class="link-list"> <% klass.each_include do |inc| %> <% unless String === inc.module then %> <li><a class="include" href="<%= klass.aref_to inc.module.path %>"><%= inc.module.full_name %></a> <% else %> <li><span class="include"><%= inc.name %></span> <% end %> <% end %> </ul> </div> <% end %>
💾 Save Changes
❌ Cancel