mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7 lines
171 B
Text
7 lines
171 B
Text
|
<% if false %>
|
||
|
<h2>File: <%= @v['file']["short_name"] %></h2>
|
||
|
Path: <%= @v['file']["full_path"] %>
|
||
|
|
||
|
<%= TexinfoTemplate.new(@v, 'content.texinfo.erb').render %>
|
||
|
<% end %>
|