-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Docs Builder
committed
Oct 8, 2024
0 parents
commit 0d9c979
Showing
200 changed files
with
92,331 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title> | ||
Module: Kernel | ||
|
||
— Documentation by YARD 0.9.28 | ||
|
||
</title> | ||
|
||
<link rel="stylesheet" href="css/style.css" type="text/css" /> | ||
|
||
<link rel="stylesheet" href="css/common.css" type="text/css" /> | ||
|
||
<script type="text/javascript"> | ||
pathId = "Kernel"; | ||
relpath = ''; | ||
</script> | ||
|
||
|
||
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> | ||
|
||
<script type="text/javascript" charset="utf-8" src="js/app.js"></script> | ||
|
||
|
||
</head> | ||
<body> | ||
<div class="nav_wrap"> | ||
<iframe id="nav" src="class_list.html?1"></iframe> | ||
<div id="resizer"></div> | ||
</div> | ||
|
||
<div id="main" tabindex="-1"> | ||
<div id="header"> | ||
<div id="menu"> | ||
|
||
<a href="_index.html">Index (K)</a> » | ||
|
||
|
||
<span class="title">Kernel</span> | ||
|
||
</div> | ||
|
||
<div id="search"> | ||
|
||
<a class="full_list_link" id="docpages_list_link" | ||
href="docpages_list.html"> | ||
|
||
<svg width="24" height="24"> | ||
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect> | ||
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect> | ||
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect> | ||
</svg> | ||
</a> | ||
|
||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
|
||
<div id="content"><h1>Module: Kernel | ||
|
||
|
||
|
||
</h1> | ||
<div class="box_info"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<dl> | ||
<dt>Includes:</dt> | ||
<dd><span class='object_link'><a href="Shoes/Builtins.html" title="Shoes::Builtins (module)">Shoes::Builtins</a></span>, <span class='object_link'><a href="Shoes/Constants.html" title="Shoes::Constants (module)">Shoes::Constants</a></span></dd> | ||
</dl> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<dl> | ||
<dt>Defined in:</dt> | ||
<dd>lacci/lib/shoes.rb<span class="defines">,<br /> | ||
lacci/lib/shoes/builtins.rb</span> | ||
</dd> | ||
</dl> | ||
|
||
</div> | ||
|
||
<h2>Overview</h2><div class="docstring"> | ||
<div class="discussion"> | ||
<p>Shoes adds some top-level methods and constants that can be used everywhere. Kernel is where they go.</p> | ||
|
||
|
||
</div> | ||
</div> | ||
<div class="tags"> | ||
|
||
|
||
</div> | ||
|
||
|
||
<h2>Constant Summary</h2> | ||
|
||
<h3 class="inherited">Constants included | ||
from <span class='object_link'><a href="Shoes/Constants.html" title="Shoes::Constants (module)">Shoes::Constants</a></span></h3> | ||
<p class="inherited"><span class='object_link'><a href="Shoes/Constants.html#DIR-constant" title="Shoes::Constants::DIR (constant)">Shoes::Constants::DIR</a></span>, <span class='object_link'><a href="Shoes/Constants.html#EXTENSIONS-constant" title="Shoes::Constants::EXTENSIONS (constant)">Shoes::Constants::EXTENSIONS</a></span>, <span class='object_link'><a href="Shoes/Constants.html#FEATURES-constant" title="Shoes::Constants::FEATURES (constant)">Shoes::Constants::FEATURES</a></span>, <span class='object_link'><a href="Shoes/Constants.html#FONTS-constant" title="Shoes::Constants::FONTS (constant)">Shoes::Constants::FONTS</a></span>, <span class='object_link'><a href="Shoes/Constants.html#HALF_PI-constant" title="Shoes::Constants::HALF_PI (constant)">Shoes::Constants::HALF_PI</a></span>, <span class='object_link'><a href="Shoes/Constants.html#KNOWN_FEATURES-constant" title="Shoes::Constants::KNOWN_FEATURES (constant)">Shoes::Constants::KNOWN_FEATURES</a></span>, <span class='object_link'><a href="Shoes/Constants.html#LIB_DIR-constant" title="Shoes::Constants::LIB_DIR (constant)">Shoes::Constants::LIB_DIR</a></span>, <span class='object_link'><a href="Shoes/Constants.html#PI-constant" title="Shoes::Constants::PI (constant)">Shoes::Constants::PI</a></span>, <span class='object_link'><a href="Shoes/Constants.html#RAD2PI-constant" title="Shoes::Constants::RAD2PI (constant)">Shoes::Constants::RAD2PI</a></span>, <span class='object_link'><a href="Shoes/Constants.html#TWO_PI-constant" title="Shoes::Constants::TWO_PI (constant)">Shoes::Constants::TWO_PI</a></span></p> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h2>Method Summary</h2> | ||
|
||
<h3 class="inherited">Methods included from <span class='object_link'><a href="Shoes/Builtins.html" title="Shoes::Builtins (module)">Shoes::Builtins</a></span></h3> | ||
<p class="inherited"><span class='object_link'><a href="Shoes/Builtins.html#alert-instance_method" title="Shoes::Builtins#alert (method)">#alert</a></span>, <span class='object_link'><a href="Shoes/Builtins.html#ask-instance_method" title="Shoes::Builtins#ask (method)">#ask</a></span>, <span class='object_link'><a href="Shoes/Builtins.html#ask_color-instance_method" title="Shoes::Builtins#ask_color (method)">#ask_color</a></span>, <span class='object_link'><a href="Shoes/Builtins.html#ask_open_file-instance_method" title="Shoes::Builtins#ask_open_file (method)">#ask_open_file</a></span>, <span class='object_link'><a href="Shoes/Builtins.html#ask_open_folder-instance_method" title="Shoes::Builtins#ask_open_folder (method)">#ask_open_folder</a></span>, <span class='object_link'><a href="Shoes/Builtins.html#ask_save_file-instance_method" title="Shoes::Builtins#ask_save_file (method)">#ask_save_file</a></span>, <span class='object_link'><a href="Shoes/Builtins.html#ask_save_folder-instance_method" title="Shoes::Builtins#ask_save_folder (method)">#ask_save_folder</a></span>, <span class='object_link'><a href="Shoes/Builtins.html#confirm-instance_method" title="Shoes::Builtins#confirm (method)">#confirm</a></span>, <span class='object_link'><a href="Shoes/Builtins.html#font-instance_method" title="Shoes::Builtins#font (method)">#font</a></span></p> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3 class="inherited">Methods included from <span class='object_link'><a href="Shoes/Constants.html" title="Shoes::Constants (module)">Shoes::Constants</a></span></h3> | ||
<p class="inherited"><span class='object_link'><a href="Shoes/Constants.html#find_lib_dir-class_method" title="Shoes::Constants.find_lib_dir (method)">find_lib_dir</a></span></p> | ||
|
||
|
||
</div> | ||
|
||
<div id="footer"> | ||
Generated on Tue Oct 8 10:10:13 2024 by | ||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> | ||
0.9.28 (ruby-3.2.0). | ||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title> | ||
Module: Lacci | ||
|
||
— Documentation by YARD 0.9.28 | ||
|
||
</title> | ||
|
||
<link rel="stylesheet" href="css/style.css" type="text/css" /> | ||
|
||
<link rel="stylesheet" href="css/common.css" type="text/css" /> | ||
|
||
<script type="text/javascript"> | ||
pathId = "Lacci"; | ||
relpath = ''; | ||
</script> | ||
|
||
|
||
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> | ||
|
||
<script type="text/javascript" charset="utf-8" src="js/app.js"></script> | ||
|
||
|
||
</head> | ||
<body> | ||
<div class="nav_wrap"> | ||
<iframe id="nav" src="class_list.html?1"></iframe> | ||
<div id="resizer"></div> | ||
</div> | ||
|
||
<div id="main" tabindex="-1"> | ||
<div id="header"> | ||
<div id="menu"> | ||
|
||
<a href="_index.html">Index (L)</a> » | ||
|
||
|
||
<span class="title">Lacci</span> | ||
|
||
</div> | ||
|
||
<div id="search"> | ||
|
||
<a class="full_list_link" id="docpages_list_link" | ||
href="docpages_list.html"> | ||
|
||
<svg width="24" height="24"> | ||
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect> | ||
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect> | ||
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect> | ||
</svg> | ||
</a> | ||
|
||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
|
||
<div id="content"><h1>Module: Lacci | ||
|
||
|
||
|
||
</h1> | ||
<div class="box_info"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<dl> | ||
<dt>Defined in:</dt> | ||
<dd>lacci/lib/lacci/version.rb</dd> | ||
</dl> | ||
|
||
</div> | ||
|
||
<h2>Overview</h2><div class="docstring"> | ||
<div class="discussion"> | ||
<p>The name "scarpe" means "shoes" in Italian. "Lacci" | ||
means "laces." Lacci is the display-independent part | ||
of Scarpe, tying the Shoes API to the display service | ||
of your choice.</p> | ||
|
||
<p>Almost nothing is called Lacci in your program. It's | ||
mostly invisible. Instead, look at the <span class='object_link'><a href="Shoes.html" title="Shoes (class)">Shoes</a></span> module | ||
to see what's in Lacci.</p> | ||
|
||
|
||
</div> | ||
</div> | ||
<div class="tags"> | ||
|
||
|
||
</div> | ||
|
||
<h2> | ||
Constant Summary | ||
<small><a href="#" class="constants_summary_toggle">collapse</a></small> | ||
</h2> | ||
|
||
<dl class="constants"> | ||
|
||
<dt id="VERSION-constant" class="">VERSION = | ||
|
||
</dt> | ||
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.4.0</span><span class='tstring_end'>"</span></span></pre></dd> | ||
|
||
</dl> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
<div id="footer"> | ||
Generated on Tue Oct 8 10:10:13 2024 by | ||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> | ||
0.9.28 (ruby-3.2.0). | ||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.