diff options
Diffstat (limited to 'docs/frames.html')
-rw-r--r-- | docs/frames.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/frames.html b/docs/frames.html deleted file mode 100644 index 42ca6b6..0000000 --- a/docs/frames.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset="utf-8"> - <title>Documentation by YARD 0.9.12</title> -</head> -<script type="text/javascript" charset="utf-8"> - 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> |