ref/ruby/classes/String.html in ruby-vpi-11.1.0 vs ref/ruby/classes/String.html in ruby-vpi-11.1.1
- old
+ new
@@ -57,10 +57,14 @@
<td>
<a href="../files/lib/ruby-vpi/verilog_parser_rb.html">
lib/ruby-vpi/verilog_parser.rb
</a>
<br />
+ <a href="../files/lib/ruby-vpi/float_rb.html">
+ lib/ruby-vpi/float.rb
+ </a>
+ <br />
</td>
</tr>
<tr class="top-aligned-row">
<td><strong>Parent:</strong></td>
@@ -84,12 +88,13 @@
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000033">to_ruby_const_name</a>
- <a href="#M000032">verilog_to_ruby</a>
+ <a href="#M000035">to_f</a>
+ <a href="#M000034">to_ruby_const_name</a>
+ <a href="#M000033">verilog_to_ruby</a>
</div>
</div>
</div>
@@ -107,16 +112,34 @@
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000033" class="method-detail">
- <a name="M000033"></a>
+ <div id="method-M000035" class="method-detail">
+ <a name="M000035"></a>
<div class="method-heading">
- <a href="String.src/M000033.html" target="Code" class="method-signature"
- onclick="popupCode('String.src/M000033.html');return false;">
+ <a href="String.src/M000035.html" target="Code" class="method-signature"
+ onclick="popupCode('String.src/M000035.html');return false;">
+ <span class="method-name">to_f</span><span class="method-args">(aRadix = 10)</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ <p>
+Converts this string into a floating point number using the given radix.
+The default radix is 10.
+</p>
+ </div>
+ </div>
+
+ <div id="method-M000034" class="method-detail">
+ <a name="M000034"></a>
+
+ <div class="method-heading">
+ <a href="String.src/M000034.html" target="Code" class="method-signature"
+ onclick="popupCode('String.src/M000034.html');return false;">
<span class="method-name">to_ruby_const_name</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
@@ -124,15 +147,15 @@
Converts this string into a valid Ruby constant name.
</p>
</div>
</div>
- <div id="method-M000032" class="method-detail">
- <a name="M000032"></a>
+ <div id="method-M000033" class="method-detail">
+ <a name="M000033"></a>
<div class="method-heading">
- <a href="String.src/M000032.html" target="Code" class="method-signature"
- onclick="popupCode('String.src/M000032.html');return false;">
+ <a href="String.src/M000033.html" target="Code" class="method-signature"
+ onclick="popupCode('String.src/M000033.html');return false;">
<span class="method-name">verilog_to_ruby</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
\ No newline at end of file