Sha256: 359162c7019e42636a136f2e679249fb1ac6ac3c74c2d9e77c6ce0dcd617f224
Contents?: true
Size: 452 Bytes
Versions: 90
Compression:
Stored size: 452 Bytes
Contents
Path: <%= current_page.path %> Source: <%= current_page.file_descriptor[:full_path].sub(root + "/", "") %> <% if current_page.parent %> Parent: <%= current_page.parent.path %> <% end %> <% current_page.children.each do |p| %> Child: <%= p.path %> <% end %> <% current_page.siblings.each do |p| %> Sibling: <%= p.path %> <% end %> <% current_page.children.each do |p| %> <% if p.data %> Data: <%= p.data.inspect %> <% end %> <% end %>
Version data entries
90 entries across 45 versions & 3 rubygems