Sha256: 1c13ab71c97b11a721c7f9c36ad042e54b8d1a2be9e85469be2e86cc13be518f
Contents?: true
Size: 550 Bytes
Versions: 7
Compression:
Stored size: 550 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>my_help</title> </head> <script type="text/javascript"> var mainUrl = 'index.html'; try { var match = decodeURIComponent(window.location.hash).match(/^#!(.+)/); var name = match ? match[1] : mainUrl; var url = new URL(name, location.href); window.top.location.replace(url.origin === location.origin ? name : mainUrl); } catch (e) { window.top.location.replace(mainUrl); } </script> <noscript> <h1>Oops!</h1> <h2>YARD requires JavaScript!</h2> </noscript> </html>
Version data entries
7 entries across 7 versions & 1 rubygems