文件操作 - _sidebar_methods.rhtml
返回文件管理
返回主菜单
删除本文件
文件: /opt/puppetlabs/puppet/lib/ruby/3.2.0/rdoc/generator/template/darkfish/_sidebar_methods.rhtml
编辑文件内容
<%- unless klass.method_list.empty? then %> <!-- Method Quickref --> <div id="method-list-section" class="nav-section"> <h3>Methods</h3> <ul class="link-list" role="directory"> <%- klass.each_method do |meth| -%> <li <%- if meth.calls_super %>class="calls-super" <%- end %>><a href="#<%= meth.aref %>"><%= meth.singleton ? '::' : '#' %><%= h meth.name -%></a> <%- end -%> </ul> </div> <%- end -%>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件