ref/ruby/classes/Integer.html in ruby-vpi-12.1.0 vs ref/ruby/classes/Integer.html in ruby-vpi-13.0.0

- old
+ new

@@ -92,24 +92,24 @@ <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> - <a href="#M000021">ensure_max</a>&nbsp;&nbsp; - <a href="#M000020">ensure_min</a>&nbsp;&nbsp; - <a href="#M000024">extend_sign</a>&nbsp;&nbsp; - <a href="#M000013">length</a>&nbsp;&nbsp; - <a href="#M000014">limit</a>&nbsp;&nbsp; - <a href="#M000012">log2</a>&nbsp;&nbsp; - <a href="#M000016">mask</a>&nbsp;&nbsp; - <a href="#M000018">max</a>&nbsp;&nbsp; - <a href="#M000022">pack</a>&nbsp;&nbsp; - <a href="#M000025">split</a>&nbsp;&nbsp; - <a href="#M000015">to_limit</a>&nbsp;&nbsp; - <a href="#M000017">to_mask</a>&nbsp;&nbsp; - <a href="#M000019">to_max</a>&nbsp;&nbsp; - <a href="#M000023">unpack</a>&nbsp;&nbsp; + <a href="#M000017">ensure_max</a>&nbsp;&nbsp; + <a href="#M000016">ensure_min</a>&nbsp;&nbsp; + <a href="#M000020">extend_sign</a>&nbsp;&nbsp; + <a href="#M000009">length</a>&nbsp;&nbsp; + <a href="#M000010">limit</a>&nbsp;&nbsp; + <a href="#M000008">log2</a>&nbsp;&nbsp; + <a href="#M000012">mask</a>&nbsp;&nbsp; + <a href="#M000014">max</a>&nbsp;&nbsp; + <a href="#M000018">pack</a>&nbsp;&nbsp; + <a href="#M000021">split</a>&nbsp;&nbsp; + <a href="#M000011">to_limit</a>&nbsp;&nbsp; + <a href="#M000013">to_mask</a>&nbsp;&nbsp; + <a href="#M000015">to_max</a>&nbsp;&nbsp; + <a href="#M000019">unpack</a>&nbsp;&nbsp; </div> </div> </div> @@ -127,16 +127,16 @@ <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Instance methods</h3> - <div id="method-M000021" class="method-detail"> - <a name="M000021"></a> + <div id="method-M000017" class="method-detail"> + <a name="M000017"></a> <div class="method-heading"> - <a href="Integer.src/M000021.html" target="Code" class="method-signature" - onclick="popupCode('Integer.src/M000021.html');return false;"> + <a href="Integer.src/M000017.html" target="Code" class="method-signature" + onclick="popupCode('Integer.src/M000017.html');return false;"> <span class="method-name">ensure_max</span><span class="method-args">(aLimit)</span> </a> </div> <div class="method-description"> @@ -144,16 +144,16 @@ Ensures that this integer is no greater than the given limit. </p> </div> </div> - <div id="method-M000020" class="method-detail"> - <a name="M000020"></a> + <div id="method-M000016" class="method-detail"> + <a name="M000016"></a> <div class="method-heading"> - <a href="Integer.src/M000020.html" target="Code" class="method-signature" - onclick="popupCode('Integer.src/M000020.html');return false;"> + <a href="Integer.src/M000016.html" target="Code" class="method-signature" + onclick="popupCode('Integer.src/M000016.html');return false;"> <span class="method-name">ensure_min</span><span class="method-args">(aLimit)</span> </a> </div> <div class="method-description"> @@ -161,16 +161,16 @@ Ensures that this integer is no less than the given limit. </p> </div> </div> - <div id="method-M000024" class="method-detail"> - <a name="M000024"></a> + <div id="method-M000020" class="method-detail"> + <a name="M000020"></a> <div class="method-heading"> - <a href="Integer.src/M000024.html" target="Code" class="method-signature" - onclick="popupCode('Integer.src/M000024.html');return false;"> + <a href="Integer.src/M000020.html" target="Code" class="method-signature" + onclick="popupCode('Integer.src/M000020.html');return false;"> <span class="method-name">extend_sign</span><span class="method-args">(aOrigWidth, aExtWidth)</span> </a> </div> <div class="method-description"> @@ -180,16 +180,16 @@ bits). </p> </div> </div> - <div id="method-M000013" class="method-detail"> - <a name="M000013"></a> + <div id="method-M000009" class="method-detail"> + <a name="M000009"></a> <div class="method-heading"> - <a href="Integer.src/M000013.html" target="Code" class="method-signature" - onclick="popupCode('Integer.src/M000013.html');return false;"> + <a href="Integer.src/M000009.html" target="Code" class="method-signature" + onclick="popupCode('Integer.src/M000009.html');return false;"> <span class="method-name">length</span><span class="method-args">()</span> </a> </div> <div class="method-description"> @@ -197,16 +197,16 @@ Returns the minimum number of bits necessary to represent this integer. </p> </div> </div> - <div id="method-M000014" class="method-detail"> - <a name="M000014"></a> + <div id="method-M000010" class="method-detail"> + <a name="M000010"></a> <div class="method-heading"> - <a href="Integer.src/M000014.html" target="Code" class="method-signature" - onclick="popupCode('Integer.src/M000014.html');return false;"> + <a href="Integer.src/M000010.html" target="Code" class="method-signature" + onclick="popupCode('Integer.src/M000010.html');return false;"> <span class="method-name">limit</span><span class="method-args">()</span> </a> </div> <div class="method-description"> @@ -215,16 +215,16 @@ the limit without occupying more bits in its binary representation. </p> </div> </div> - <div id="method-M000012" class="method-detail"> - <a name="M000012"></a> + <div id="method-M000008" class="method-detail"> + <a name="M000008"></a> <div class="method-heading"> - <a href="Integer.src/M000012.html" target="Code" class="method-signature" - onclick="popupCode('Integer.src/M000012.html');return false;"> + <a href="Integer.src/M000008.html" target="Code" class="method-signature" + onclick="popupCode('Integer.src/M000008.html');return false;"> <span class="method-name">log2</span><span class="method-args">()</span> </a> </div> <div class="method-description"> @@ -232,16 +232,16 @@ Returns the ceiling of the logarithm (base 2) of this positive integer. </p> </div> </div> - <div id="method-M000016" class="method-detail"> - <a name="M000016"></a> + <div id="method-M000012" class="method-detail"> + <a name="M000012"></a> <div class="method-heading"> - <a href="Integer.src/M000016.html" target="Code" class="method-signature" - onclick="popupCode('Integer.src/M000016.html');return false;"> + <a href="Integer.src/M000012.html" target="Code" class="method-signature" + onclick="popupCode('Integer.src/M000012.html');return false;"> <span class="method-name">mask</span><span class="method-args">()</span> </a> </div> <div class="method-description"> @@ -249,30 +249,30 @@ Returns a bit-mask capable of masking this integer. </p> </div> </div> - <div id="method-M000018" class="method-detail"> - <a name="M000018"></a> + <div id="method-M000014" class="method-detail"> + <a name="M000014"></a> <div class="method-heading"> <span class="method-name">max</span><span class="method-args">()</span> </div> <div class="method-description"> <p> -Alias for <a href="Integer.html#M000016">mask</a> +Alias for <a href="Integer.html#M000012">mask</a> </p> </div> </div> - <div id="method-M000022" class="method-detail"> - <a name="M000022"></a> + <div id="method-M000018" class="method-detail"> + <a name="M000018"></a> <div class="method-heading"> - <a href="Integer.src/M000022.html" target="Code" class="method-signature" - onclick="popupCode('Integer.src/M000022.html');return false;"> + <a href="Integer.src/M000018.html" target="Code" class="method-signature" + onclick="popupCode('Integer.src/M000018.html');return false;"> <span class="method-name">pack</span><span class="method-args">(aPackedWidth)</span> </a> </div> <div class="method-description"> @@ -282,16 +282,16 @@ (number of bits). </p> </div> </div> - <div id="method-M000025" class="method-detail"> - <a name="M000025"></a> + <div id="method-M000021" class="method-detail"> + <a name="M000021"></a> <div class="method-heading"> - <a href="Integer.src/M000025.html" target="Code" class="method-signature" - onclick="popupCode('Integer.src/M000025.html');return false;"> + <a href="Integer.src/M000021.html" target="Code" class="method-signature" + onclick="popupCode('Integer.src/M000021.html');return false;"> <span class="method-name">split</span><span class="method-args">(aWidth = 8)</span> </a> </div> <div class="method-description"> @@ -312,16 +312,16 @@ =&gt; [&quot;1&quot;, &quot;10&quot;] </pre> </div> </div> - <div id="method-M000015" class="method-detail"> - <a name="M000015"></a> + <div id="method-M000011" class="method-detail"> + <a name="M000011"></a> <div class="method-heading"> - <a href="Integer.src/M000015.html" target="Code" class="method-signature" - onclick="popupCode('Integer.src/M000015.html');return false;"> + <a href="Integer.src/M000011.html" target="Code" class="method-signature" + onclick="popupCode('Integer.src/M000011.html');return false;"> <span class="method-name">to_limit</span><span class="method-args">()</span> </a> </div> <div class="method-description"> @@ -330,16 +330,16 @@ bits. </p> </div> </div> - <div id="method-M000017" class="method-detail"> - <a name="M000017"></a> + <div id="method-M000013" class="method-detail"> + <a name="M000013"></a> <div class="method-heading"> - <a href="Integer.src/M000017.html" target="Code" class="method-signature" - onclick="popupCode('Integer.src/M000017.html');return false;"> + <a href="Integer.src/M000013.html" target="Code" class="method-signature" + onclick="popupCode('Integer.src/M000013.html');return false;"> <span class="method-name">to_mask</span><span class="method-args">()</span> </a> </div> <div class="method-description"> @@ -348,29 +348,29 @@ bits. </p> </div> </div> - <div id="method-M000019" class="method-detail"> - <a name="M000019"></a> + <div id="method-M000015" class="method-detail"> + <a name="M000015"></a> <div class="method-heading"> <span class="method-name">to_max</span><span class="method-args">()</span> </div> <div class="method-description"> <p> -Alias for <a href="Integer.html#M000017">to_mask</a> +Alias for <a href="Integer.html#M000013">to_mask</a> </p> </div> </div> - <div id="method-M000023" class="method-detail"> - <a name="M000023"></a> + <div id="method-M000019" class="method-detail"> + <a name="M000019"></a> <div class="method-heading"> - <a href="Integer.src/M000023.html" target="Code" class="method-signature" - onclick="popupCode('Integer.src/M000023.html');return false;"> + <a href="Integer.src/M000019.html" target="Code" class="method-signature" + onclick="popupCode('Integer.src/M000019.html');return false;"> <span class="method-name">unpack</span><span class="method-args">(aPackedWidth)</span> </a> </div> <div class="method-description"> \ No newline at end of file