]>
Commit | Line | Data |
---|---|---|
823e558b BB |
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" |
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> | |
3 | ||
4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
5 | <head> | |
6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
7 | <title>Documentation by YARD 0.8.1</title> | |
8 | </head> | |
9 | <script type="text/javascript" charset="utf-8"> | |
10 | window.onload = function() { | |
11 | var match = window.location.hash.match(/^#!(.+)/); | |
12 | var name = 'index.html'; | |
13 | if (match) { | |
14 | name = unescape(match[1]); | |
15 | } | |
16 | document.writeln('<frameset cols="20%,*">' + | |
17 | '<frame name="list" src="class_list.html" />' + | |
18 | '<frame name="main" src="' + name + '" />' + | |
19 | '</frameset>'); | |
20 | } | |
21 | </script> | |
22 | <noscript> | |
23 | <frameset cols="20%,*"> | |
24 | <frame name="list" src="class_list.html" /> | |
25 | <frame name="main" src="index.html" /> | |
26 | </frameset> | |
27 | </noscript> | |
28 | </html> |