Server IP : 104.21.38.3 / Your IP : 172.70.208.158 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/ruby/3.0.0/rdoc/generator/template/darkfish/ |
Upload File : |
<body id="top" class="table-of-contents"> <main role="main"> <h1 class="class"><%= h @title %></h1> <%- simple_files = @files.select { |f| f.text? } -%> <%- unless simple_files.empty? then -%> <h2 id="pages">Pages</h2> <ul> <%- simple_files.sort.each do |file| -%> <li class="file"> <a href="<%= file.path %>"><%= h file.page_name %></a> <% # HACK table_of_contents should not exist on Document table = file.parse(file.comment).table_of_contents unless table.empty? then %> <ul> <%- table.each do |heading| -%> <li><a href="<%= file.path %>#<%= heading.aref %>"><%= heading.plain_html %></a> <%- end -%> </ul> <%- end -%> </li> <%- end -%> </ul> <%- end -%> <h2 id="classes">Classes and Modules</h2> <ul> <%- @modsort.each do |klass| -%> <li class="<%= klass.type %>"> <a href="<%= klass.path %>"><%= klass.full_name %></a> <%- table = [] table.concat klass.parse(klass.comment_location).table_of_contents table.concat klass.section_contents unless table.empty? then %> <ul> <%- table.each do |item| -%> <li><a href="<%= klass.path %>#<%= item.aref %>"><%= item.plain_html %></a> <%- end -%> </ul> <%- end -%> </li> <%- end -%> </ul> <h2 id="methods">Methods</h2> <ul> <%- @store.all_classes_and_modules.map do |mod| mod.method_list end.flatten.sort.each do |method| %> <li class="method"> <a href="<%= method.path %>"><%= h method.pretty_name %></a> — <span class="container"><%= method.parent.full_name %></span> <%- end -%> </ul> </main>