Sha256: 40f3ebfb01f0913bd6b5d19b61f22d57f0bf4e8b6c8860fe9c3af1eb82137bbe
Contents?: true
Size: 416 Bytes
Versions: 2
Compression:
Stored size: 416 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>my_help</title> </head> <script type="text/javascript"> var match = unescape(window.location.hash).match(/^#!(.+)/); var name = match ? match[1] : 'index.html'; name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, ''); window.top.location = name; </script> <noscript> <h1>Oops!</h1> <h2>YARD requires JavaScript!</h2> </noscript> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
my_help-1.1a | doc/frames.html |
my_help-1.1 | doc/frames.html |