html/classes/Envelope.html in eymiha_util-0.1.3 vs html/classes/Envelope.html in eymiha_util-0.1.4
- 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#M000018">high</a> and <a
-href="Envelope.html#M000019">low</a> boundaries.
+href="Envelope.html#M000019">high</a> and <a
+href="Envelope.html#M000020">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="#M000021">===</a>
- <a href="#M000017">add</a>
- <a href="#M000020">contains?</a>
- <a href="#M000018">high</a>
- <a href="#M000019">low</a>
- <a href="#M000015">new</a>
- <a href="#M000022">to_range</a>
- <a href="#M000016">to_s</a>
+ <a href="#M000022">===</a>
+ <a href="#M000018">add</a>
+ <a href="#M000021">contains?</a>
+ <a href="#M000019">high</a>
+ <a href="#M000020">low</a>
+ <a href="#M000016">new</a>
+ <a href="#M000023">to_range</a>
+ <a href="#M000017">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-M000015" class="method-detail">
- <a name="M000015"></a>
+ <div id="method-M000016" class="method-detail">
+ <a name="M000016"></a>
<div class="method-heading">
- <a href="Envelope.src/M000015.html" target="Code" class="method-signature"
- onclick="popupCode('Envelope.src/M000015.html');return false;">
+ <a href="Envelope.src/M000016.html" target="Code" class="method-signature"
+ onclick="popupCode('Envelope.src/M000016.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#M000015">new</a>
+the set method to initialize the <a href="Envelope.html#M000016">new</a>
instance.
</p>
</div>
</div>
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000021" class="method-detail">
- <a name="M000021"></a>
+ <div id="method-M000022" class="method-detail">
+ <a name="M000022"></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-M000017" class="method-detail">
- <a name="M000017"></a>
+ <div id="method-M000018" class="method-detail">
+ <a name="M000018"></a>
<div class="method-heading">
- <a href="Envelope.src/M000017.html" target="Code" class="method-signature"
- onclick="popupCode('Envelope.src/M000017.html');return false;">
+ <a href="Envelope.src/M000018.html" target="Code" class="method-signature"
+ onclick="popupCode('Envelope.src/M000018.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-M000020" class="method-detail">
- <a name="M000020"></a>
+ <div id="method-M000021" class="method-detail">
+ <a name="M000021"></a>
<div class="method-heading">
- <a href="Envelope.src/M000020.html" target="Code" class="method-signature"
- onclick="popupCode('Envelope.src/M000020.html');return false;">
+ <a href="Envelope.src/M000021.html" target="Code" class="method-signature"
+ onclick="popupCode('Envelope.src/M000021.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#M000018">high</a> and <a
-href="Envelope.html#M000019">low</a> are contained.
+href="Envelope.html#M000019">high</a> and <a
+href="Envelope.html#M000020">low</a> are contained.
</li>
<li>otherwise, the value is contained.
</li>
@@ -229,23 +229,23 @@
</li>
</ul>
</div>
</div>
- <div id="method-M000018" class="method-detail">
- <a name="M000018"></a>
+ <div id="method-M000019" class="method-detail">
+ <a name="M000019"></a>
<div class="method-heading">
- <a href="Envelope.src/M000018.html" target="Code" class="method-signature"
- onclick="popupCode('Envelope.src/M000018.html');return false;">
+ <a href="Envelope.src/M000019.html" target="Code" class="method-signature"
+ onclick="popupCode('Envelope.src/M000019.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#M000018">high</a> boundary of the
+Returns the <a href="Envelope.html#M000019">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-M000019" class="method-detail">
- <a name="M000019"></a>
+ <div id="method-M000020" class="method-detail">
+ <a name="M000020"></a>
<div class="method-heading">
- <a href="Envelope.src/M000019.html" target="Code" class="method-signature"
- onclick="popupCode('Envelope.src/M000019.html');return false;">
+ <a href="Envelope.src/M000020.html" target="Code" class="method-signature"
+ onclick="popupCode('Envelope.src/M000020.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#M000019">low</a> boundary of the
+Returns the <a href="Envelope.html#M000020">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-M000022" class="method-detail">
- <a name="M000022"></a>
+ <div id="method-M000023" class="method-detail">
+ <a name="M000023"></a>
<div class="method-heading">
- <a href="Envelope.src/M000022.html" target="Code" class="method-signature"
- onclick="popupCode('Envelope.src/M000022.html');return false;">
+ <a href="Envelope.src/M000023.html" target="Code" class="method-signature"
+ onclick="popupCode('Envelope.src/M000023.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#M000019">low</a>
-to <a href="Envelope.html#M000018">high</a> boundaries
+Returns an inclusive range from the <a href="Envelope.html#M000020">low</a>
+to <a href="Envelope.html#M000019">high</a> boundaries
</p>
</div>
</div>
- <div id="method-M000016" class="method-detail">
- <a name="M000016"></a>
+ <div id="method-M000017" class="method-detail">
+ <a name="M000017"></a>
<div class="method-heading">
- <a href="Envelope.src/M000016.html" target="Code" class="method-signature"
- onclick="popupCode('Envelope.src/M000016.html');return false;">
+ <a href="Envelope.src/M000017.html" target="Code" class="method-signature"
+ onclick="popupCode('Envelope.src/M000017.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