2022-03-24 17:50:44 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2024-06-09 22:46:02 +08:00
|
|
|
<title>Documentation by YARD 0.9.36</title>
|
2022-03-24 17:50:44 +08:00
|
|
|
</head>
|
|
|
|
<script type="text/javascript">
|
2024-06-09 22:46:02 +08:00
|
|
|
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);
|
|
|
|
}
|
2022-03-24 17:50:44 +08:00
|
|
|
</script>
|
|
|
|
<noscript>
|
|
|
|
<h1>Oops!</h1>
|
|
|
|
<h2>YARD requires JavaScript!</h2>
|
|
|
|
</noscript>
|
|
|
|
</html>
|