Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
572 changes: 149 additions & 423 deletions docs/api/Addrinfo.html

Large diffs are not rendered by default.

59 changes: 20 additions & 39 deletions docs/api/ArgumentError.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<title>
Exception: ArgumentError

&mdash; Documentation by YARD 0.9.20
&mdash; Documentation by YARD 0.9.37

</title>

<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/style.css" type="text/css" />

<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/common.css" type="text/css" />

<link rel="stylesheet" href="css/mruby.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/mruby.css" type="text/css" />

<script type="text/javascript" charset="utf-8">
<script type="text/javascript">
pathId = "ArgumentError";
relpath = '';
</script>
Expand Down Expand Up @@ -73,14 +73,12 @@
<dl>
<dt>Inherits:</dt>
<dd>
<span class="inheritName"><span class='object_link'><a href="StandardError.html" title="StandardError (class)">StandardError</a></span></span>
<span class="inheritName">StandardError</span>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The inheritance hierarchy in the documentation has been simplified by removing links to parent classes. This reduces navigability for users trying to understand the class structure. Consider restoring the links to StandardError and Exception.


<ul class="fullTree">
<li>Object</li>

<li class="next"><span class='object_link'><a href="Exception.html" title="Exception (class)">Exception</a></span></li>

<li class="next"><span class='object_link'><a href="StandardError.html" title="StandardError (class)">StandardError</a></span></li>
<li class="next">StandardError</li>

<li class="next">ArgumentError</li>

Expand Down Expand Up @@ -109,55 +107,38 @@

<h2>Overview</h2><div class="docstring">
<div class="discussion">
<p>ISO 15.2.24</p>

<p>ISO 15.2.24</p>


</div>
</div>
<div class="tags">


</div>

</div>

<div id="subclasses">
<h2>Direct Known Subclasses</h2>
<p class="children"><span class='object_link'><a href="UncaughtThrowError.html" title="UncaughtThrowError (class)">UncaughtThrowError</a></span></p>
</div>



















<h2>Method Summary</h2>

<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Exception.html" title="Exception (class)">Exception</a></span></h3>
<p class="inherited"><span class='object_link'><a href="Exception.html#backtrace-instance_method" title="Exception#backtrace (method)">#backtrace</a></span>, <span class='object_link'><a href="Exception.html#exception-instance_method" title="Exception#exception (method)">#exception</a></span>, <span class='object_link'><a href="Exception.html#initialize-instance_method" title="Exception#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Exception.html#inspect-instance_method" title="Exception#inspect (method)">#inspect</a></span>, <span class='object_link'><a href="Exception.html#message-instance_method" title="Exception#message (method)">#message</a></span>, <span class='object_link'><a href="Exception.html#set_backtrace-instance_method" title="Exception#set_backtrace (method)">#set_backtrace</a></span>, <span class='object_link'><a href="Exception.html#to_s-instance_method" title="Exception#to_s (method)">#to_s</a></span></p>
<div id="constructor_details" class="method_details_list">
<h2>Constructor Details</h2>

<p class="notice">This class inherits a constructor from <span class='object_link'><a href="Exception.html#initialize-instance_method" title="Exception#initialize (method)">Exception</a></span></p>

</div>



</div>

<div id="footer">
Generated on Wed Nov 27 22:35:10 2019 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 in <a href="https://github.com/sagmor/yard-mruby">mruby mode</a> 0.3.0 (ruby-2.5.5).
</div>
<div id="footer">
Generated on Fri Apr 10 23:46:11 2026 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 in <a href="https://github.com/sagmor/yard-mruby">mruby mode</a> 0.3.0 (ruby-3.4.5).
</div>

</div>
</body>
Expand Down
Loading