ref/ruby/classes/Integer.html in ruby-vpi-16.0.0 vs ref/ruby/classes/Integer.html in ruby-vpi-16.0.1
- old
+ new
@@ -174,11 +174,12 @@
</div>
<div class="method-description">
<p>
Returns the lowest upper-bound of this integer. This integer cannot reach
-the limit without occupying more bits in its binary representation.
+the <a href="Integer.html#M000010">limit</a> without occupying more bits in
+its binary representation.
</p>
</div>
</div>
<div id="method-M000008" class="method-detail">
@@ -208,11 +209,12 @@
</a>
</div>
<div class="method-description">
<p>
-Returns a bit-mask capable of masking this integer.
+Returns a bit-<a href="Integer.html#M000012">mask</a> capable of masking
+this integer.
</p>
</div>
</div>
<div id="method-M000014" class="method-detail">
@@ -239,12 +241,13 @@
</a>
</div>
<div class="method-description">
<p>
-Transforms this infinite-length Ruby integer into a fixed-length integer
-(represented in two’s complement form) that has the given width
+Transforms this infinite-<a href="Integer.html#M000009">length</a> Ruby
+integer into a fixed-<a href="Integer.html#M000009">length</a> integer
+(represented in two‘s complement form) that has the given width
(number of bits).
</p>
</div>
</div>
@@ -306,12 +309,12 @@
</a>
</div>
<div class="method-description">
<p>
-Returns a bit-mask capable of masking an integer with <b>this</b> number of
-bits.
+Returns a bit-<a href="Integer.html#M000012">mask</a> capable of masking an
+integer with <b>this</b> number of bits.
</p>
</div>
</div>
<div id="method-M000015" class="method-detail">
@@ -338,11 +341,12 @@
</a>
</div>
<div class="method-description">
<p>
-Transforms this fixed-length integer (represented in two’s complement
-form) that has the given width (number of bits) into an infinite-length
+Transforms this fixed-<a href="Integer.html#M000009">length</a> integer
+(represented in two‘s complement form) that has the given width
+(number of bits) into an infinite-<a href="Integer.html#M000009">length</a>
Ruby integer.
</p>
</div>
</div>
\ No newline at end of file