Sha256: e37f0cf60515187ae511568bb08df3fa0e7038ee02a3cca30a97b92e2d8c90ae
Contents?: true
Size: 293 Bytes
Versions: 20
Compression:
Stored size: 293 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <title>File Index</title> <meta name="viewport" content="width=device-width,initial-scale=1"> </head> <body> <% @files.each do |file| %> <a href="../<%= file.path %>"><%= file.relative_name %></a> <% end %> </body> </html>
Version data entries
20 entries across 10 versions & 2 rubygems