html/classes/Eymiha/Envelope.html in eymiha_util-1.0.0 vs html/classes/Eymiha/Envelope.html in eymiha_util-1.0.1
- old
+ new
@@ -83,12 +83,12 @@
<div id="description">
<p>
An <a href="Envelope.html">Envelope</a> is the minimum envelope that will
completely contain a set of values. Values may be added to an instance, and
it can return the number of values considered so far and its <a
-href="Envelope.html#M000028">high</a> and <a
-href="Envelope.html#M000029">low</a> boundaries.
+href="Envelope.html#M000047">high</a> and <a
+href="Envelope.html#M000048">low</a> boundaries.
</p>
<p>
Envelopes can be used to generate ranges, however the result may be of
limited utility if the types of values being enveloped don‘t play
nicely with ranges.
@@ -101,18 +101,18 @@
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000031">===</a>
- <a href="#M000027">add</a>
- <a href="#M000030">contains?</a>
- <a href="#M000028">high</a>
- <a href="#M000029">low</a>
- <a href="#M000025">new</a>
- <a href="#M000032">to_range</a>
- <a href="#M000026">to_s</a>
+ <a href="#M000050">===</a>
+ <a href="#M000046">add</a>
+ <a href="#M000049">contains?</a>
+ <a href="#M000047">high</a>
+ <a href="#M000048">low</a>
+ <a href="#M000044">new</a>
+ <a href="#M000051">to_range</a>
+ <a href="#M000045">to_s</a>
</div>
</div>
</div>
@@ -130,33 +130,33 @@
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000025" class="method-detail">
- <a name="M000025"></a>
+ <div id="method-M000044" class="method-detail">
+ <a name="M000044"></a>
<div class="method-heading">
- <a href="Envelope.src/M000025.html" target="Code" class="method-signature"
- onclick="popupCode('Envelope.src/M000025.html');return false;">
+ <a href="Envelope.src/M000044.html" target="Code" class="method-signature"
+ onclick="popupCode('Envelope.src/M000044.html');return false;">
<span class="method-name">new</span><span class="method-args">(value=nil)</span>
</a>
</div>
<div class="method-description">
<p>
Creates and returns an instance. If an argument is given, it is passed to
-the set method to initialize the <a href="Envelope.html#M000025">new</a>
+the set method to initialize the <a href="Envelope.html#M000044">new</a>
instance.
</p>
</div>
</div>
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000031" class="method-detail">
- <a name="M000031"></a>
+ <div id="method-M000050" class="method-detail">
+ <a name="M000050"></a>
<div class="method-heading">
<span class="method-name">===</span><span class="method-args">(value)</span>
</div>
@@ -165,16 +165,16 @@
Alias for contains?
</p>
</div>
</div>
- <div id="method-M000027" class="method-detail">
- <a name="M000027"></a>
+ <div id="method-M000046" class="method-detail">
+ <a name="M000046"></a>
<div class="method-heading">
- <a href="Envelope.src/M000027.html" target="Code" class="method-signature"
- onclick="popupCode('Envelope.src/M000027.html');return false;">
+ <a href="Envelope.src/M000046.html" target="Code" class="method-signature"
+ onclick="popupCode('Envelope.src/M000046.html');return false;">
<span class="method-name">add</span><span class="method-args">(value)</span>
</a>
</div>
<div class="method-description">
@@ -198,28 +198,28 @@
The modified instance is returned.
</p>
</div>
</div>
- <div id="method-M000030" class="method-detail">
- <a name="M000030"></a>
+ <div id="method-M000049" class="method-detail">
+ <a name="M000049"></a>
<div class="method-heading">
- <a href="Envelope.src/M000030.html" target="Code" class="method-signature"
- onclick="popupCode('Envelope.src/M000030.html');return false;">
+ <a href="Envelope.src/M000049.html" target="Code" class="method-signature"
+ onclick="popupCode('Envelope.src/M000049.html');return false;">
<span class="method-name">contains?</span><span class="method-args">(value)</span>
</a>
</div>
<div class="method-description">
<p>
Returns true if the instance completely contains the argument:
</p>
<ul>
<li>value is an <a href="Envelope.html">Envelope</a>, its <a
-href="Envelope.html#M000028">high</a> and <a
-href="Envelope.html#M000029">low</a> are contained.
+href="Envelope.html#M000047">high</a> and <a
+href="Envelope.html#M000048">low</a> are contained.
</li>
<li>otherwise, the value is contained.
</li>
@@ -229,23 +229,23 @@
</li>
</ul>
</div>
</div>
- <div id="method-M000028" class="method-detail">
- <a name="M000028"></a>
+ <div id="method-M000047" class="method-detail">
+ <a name="M000047"></a>
<div class="method-heading">
- <a href="Envelope.src/M000028.html" target="Code" class="method-signature"
- onclick="popupCode('Envelope.src/M000028.html');return false;">
+ <a href="Envelope.src/M000047.html" target="Code" class="method-signature"
+ onclick="popupCode('Envelope.src/M000047.html');return false;">
<span class="method-name">high</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p>
-Returns the <a href="Envelope.html#M000028">high</a> boundary of the
+Returns the <a href="Envelope.html#M000047">high</a> boundary of the
instance.
</p>
<ul>
<li>if there are no boundaries, an <a
href="EnvelopeException.html">EnvelopeException</a> is raised.
@@ -253,23 +253,23 @@
</li>
</ul>
</div>
</div>
- <div id="method-M000029" class="method-detail">
- <a name="M000029"></a>
+ <div id="method-M000048" class="method-detail">
+ <a name="M000048"></a>
<div class="method-heading">
- <a href="Envelope.src/M000029.html" target="Code" class="method-signature"
- onclick="popupCode('Envelope.src/M000029.html');return false;">
+ <a href="Envelope.src/M000048.html" target="Code" class="method-signature"
+ onclick="popupCode('Envelope.src/M000048.html');return false;">
<span class="method-name">low</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p>
-Returns the <a href="Envelope.html#M000029">low</a> boundary of the
+Returns the <a href="Envelope.html#M000048">low</a> boundary of the
instance.
</p>
<ul>
<li>if there are no boundaries, an <a
href="EnvelopeException.html">EnvelopeException</a> is raised.
@@ -277,33 +277,33 @@
</li>
</ul>
</div>
</div>
- <div id="method-M000032" class="method-detail">
- <a name="M000032"></a>
+ <div id="method-M000051" class="method-detail">
+ <a name="M000051"></a>
<div class="method-heading">
- <a href="Envelope.src/M000032.html" target="Code" class="method-signature"
- onclick="popupCode('Envelope.src/M000032.html');return false;">
+ <a href="Envelope.src/M000051.html" target="Code" class="method-signature"
+ onclick="popupCode('Envelope.src/M000051.html');return false;">
<span class="method-name">to_range</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p>
-Returns an inclusive range from the <a href="Envelope.html#M000029">low</a>
-to <a href="Envelope.html#M000028">high</a> boundaries
+Returns an inclusive range from the <a href="Envelope.html#M000048">low</a>
+to <a href="Envelope.html#M000047">high</a> boundaries
</p>
</div>
</div>
- <div id="method-M000026" class="method-detail">
- <a name="M000026"></a>
+ <div id="method-M000045" class="method-detail">
+ <a name="M000045"></a>
<div class="method-heading">
- <a href="Envelope.src/M000026.html" target="Code" class="method-signature"
- onclick="popupCode('Envelope.src/M000026.html');return false;">
+ <a href="Envelope.src/M000045.html" target="Code" class="method-signature"
+ onclick="popupCode('Envelope.src/M000045.html');return false;">
<span class="method-name">to_s</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
\ No newline at end of file