nano 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Reapfile +1 -1
- data/data/site_ruby/nano/index.yaml +1 -1
- data/pub/www/doc/classes/Float.html +10 -10
- data/pub/www/doc/classes/Float.src/M000188.html +5 -4
- data/pub/www/doc/classes/Float.src/M000189.html +4 -5
- data/pub/www/doc/classes/Float.src/M000190.html +5 -5
- data/pub/www/doc/classes/Numeric.html +10 -10
- data/pub/www/doc/classes/Numeric.src/M000180.html +4 -4
- data/pub/www/doc/classes/Numeric.src/M000181.html +4 -4
- data/pub/www/doc/classes/Numeric.src/M000182.html +4 -4
- data/pub/www/doc/created.rid +1 -1
- data/pub/www/doc/files/lib/nano/array_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/base_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/binding_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/class_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/comparable_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/continuation_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/date_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/dir_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/enumerable_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/file_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/fileutils_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/float/{approx?_rb.html → approx%3F_rb.html} +3 -3
- data/pub/www/doc/files/lib/nano/float_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/full_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/hash_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/integer_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/kernel_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/matchdata_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/module_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/nilclass_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/numeric_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/object_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/ostruct_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/pathname_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/proc_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/range_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/regexp_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/string_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/symbol_rb.html +1 -1
- data/pub/www/doc/files/lib/nano/time_rb.html +1 -1
- data/pub/www/doc/fr_file_index.html +1 -1
- data/pub/www/doc/fr_method_index.html +6 -6
- data/pub/www/doc/index.html +3 -2
- metadata +2 -2
data/Reapfile
CHANGED
@@ -57,10 +57,10 @@
|
|
57
57
|
<tr valign="top">
|
58
58
|
<td>In:</td>
|
59
59
|
<td>
|
60
|
+
<a href="../files/lib/nano/float/approx%3F_rb.html">lib/nano/float/approx%3F.rb</a>
|
60
61
|
<a href="../files/lib/nano/float/round_off_rb.html">lib/nano/float/round_off.rb</a>
|
61
62
|
<a href="../files/lib/nano/float/round_at_rb.html">lib/nano/float/round_at.rb</a>
|
62
63
|
<a href="../files/lib/nano/float/round_to_rb.html">lib/nano/float/round_to.rb</a>
|
63
|
-
<a href="../files/lib/nano/float/approx?_rb.html">lib/nano/float/approx?.rb</a>
|
64
64
|
</td>
|
65
65
|
</tr>
|
66
66
|
<tr>
|
@@ -85,9 +85,9 @@ Object
|
|
85
85
|
|
86
86
|
<div class="sectiontitle">Methods</div>
|
87
87
|
<ul>
|
88
|
-
<li><a href="#
|
89
|
-
<li><a href="#
|
90
|
-
<li><a href="#
|
88
|
+
<li><a href="#M000188">approx?</a></li>
|
89
|
+
<li><a href="#M000189">round_at</a></li>
|
90
|
+
<li><a href="#M000190">round_to</a></li>
|
91
91
|
</ul>
|
92
92
|
|
93
93
|
|
@@ -98,8 +98,8 @@ Object
|
|
98
98
|
<div class="sectiontitle">Public Instance methods</div>
|
99
99
|
<div class="method">
|
100
100
|
<div class="title">
|
101
|
-
<a name="
|
102
|
-
[ <a href="javascript:openCode('Float.src/
|
101
|
+
<a name="M000188"></a><b>approx?</b>( x, n=0.01 )
|
102
|
+
[ <a href="javascript:openCode('Float.src/M000188.html')">source</a> ]
|
103
103
|
</div>
|
104
104
|
<div class="description">
|
105
105
|
<p>
|
@@ -110,8 +110,8 @@ degree. Defaults to 100ths if the degree is not specified.
|
|
110
110
|
</div>
|
111
111
|
<div class="method">
|
112
112
|
<div class="title">
|
113
|
-
<a name="
|
114
|
-
[ <a href="javascript:openCode('Float.src/
|
113
|
+
<a name="M000189"></a><b>round_at</b>( d )
|
114
|
+
[ <a href="javascript:openCode('Float.src/M000189.html')">source</a> ]
|
115
115
|
</div>
|
116
116
|
<div class="description">
|
117
117
|
<p>
|
@@ -127,8 +127,8 @@ Rounds to the given decimal position.
|
|
127
127
|
</div>
|
128
128
|
<div class="method">
|
129
129
|
<div class="title">
|
130
|
-
<a name="
|
131
|
-
[ <a href="javascript:openCode('Float.src/
|
130
|
+
<a name="M000190"></a><b>round_to</b>( n )
|
131
|
+
[ <a href="javascript:openCode('Float.src/M000190.html')">source</a> ]
|
132
132
|
</div>
|
133
133
|
<div class="description">
|
134
134
|
<p>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
5
|
<html>
|
6
|
-
<head><title>
|
6
|
+
<head><title>approx? (Float)</title>
|
7
7
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
8
8
|
<style>
|
9
9
|
.ruby-comment { color: green; font-style: italic }
|
@@ -22,9 +22,10 @@
|
|
22
22
|
</style>
|
23
23
|
</head>
|
24
24
|
<body bgcolor="white">
|
25
|
-
<pre><span class="ruby-comment cmt"># File lib/nano/float/
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">
|
27
|
-
|
25
|
+
<pre><span class="ruby-comment cmt"># File lib/nano/float/approx%3F.rb, line 7</span>
|
26
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">approx?</span>( <span class="ruby-identifier">x</span>, <span class="ruby-identifier">n</span>=<span class="ruby-value">0</span><span class="ruby-value">.01</span> )
|
27
|
+
<span class="ruby-keyword kw">return</span>(<span class="ruby-keyword kw">self</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">x</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">n</span> <span class="ruby-operator">==</span> <span class="ruby-value">0</span>
|
28
|
+
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">round_to</span>(<span class="ruby-identifier">n</span>) <span class="ruby-operator">==</span> <span class="ruby-identifier">x</span>.<span class="ruby-identifier">to_f</span>.<span class="ruby-identifier">round_to</span>(<span class="ruby-identifier">n</span>)
|
28
29
|
<span class="ruby-keyword kw">end</span></pre>
|
29
30
|
</body>
|
30
31
|
</html>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
5
|
<html>
|
6
|
-
<head><title>
|
6
|
+
<head><title>round_at (Float)</title>
|
7
7
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
8
8
|
<style>
|
9
9
|
.ruby-comment { color: green; font-style: italic }
|
@@ -22,10 +22,9 @@
|
|
22
22
|
</style>
|
23
23
|
</head>
|
24
24
|
<body bgcolor="white">
|
25
|
-
<pre><span class="ruby-comment cmt"># File lib/nano/float/
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">
|
27
|
-
<span class="ruby-keyword kw">
|
28
|
-
(<span class="ruby-keyword kw">self</span> <span class="ruby-operator">*</span> (<span class="ruby-value">1.0</span> <span class="ruby-operator">/</span> <span class="ruby-identifier">n</span>)).<span class="ruby-identifier">round_off</span>.<span class="ruby-identifier">to_f</span> <span class="ruby-operator">/</span> (<span class="ruby-value">1.0</span> <span class="ruby-operator">/</span> <span class="ruby-identifier">n</span>)
|
25
|
+
<pre><span class="ruby-comment cmt"># File lib/nano/float/round_at.rb, line 11</span>
|
26
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">round_at</span>( <span class="ruby-identifier">d</span> ) <span class="ruby-comment cmt">#d=0</span>
|
27
|
+
(<span class="ruby-keyword kw">self</span> <span class="ruby-operator">*</span> (<span class="ruby-value">10.0</span> <span class="ruby-operator">**</span> <span class="ruby-identifier">d</span>)).<span class="ruby-identifier">round_off</span>.<span class="ruby-identifier">to_f</span> <span class="ruby-operator">/</span> (<span class="ruby-value">10.0</span> <span class="ruby-operator">**</span> <span class="ruby-identifier">d</span>)
|
29
28
|
<span class="ruby-keyword kw">end</span></pre>
|
30
29
|
</body>
|
31
30
|
</html>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
5
|
<html>
|
6
|
-
<head><title>
|
6
|
+
<head><title>round_to (Float)</title>
|
7
7
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
8
8
|
<style>
|
9
9
|
.ruby-comment { color: green; font-style: italic }
|
@@ -22,10 +22,10 @@
|
|
22
22
|
</style>
|
23
23
|
</head>
|
24
24
|
<body bgcolor="white">
|
25
|
-
<pre><span class="ruby-comment cmt"># File lib/nano/float/
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">
|
27
|
-
<span class="ruby-keyword kw">return</span>
|
28
|
-
<span class="ruby-keyword kw">self</span
|
25
|
+
<pre><span class="ruby-comment cmt"># File lib/nano/float/round_to.rb, line 11</span>
|
26
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">round_to</span>( <span class="ruby-identifier">n</span> ) <span class="ruby-comment cmt">#n=1</span>
|
27
|
+
<span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">self</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">n</span> <span class="ruby-operator">==</span> <span class="ruby-value">0</span>
|
28
|
+
(<span class="ruby-keyword kw">self</span> <span class="ruby-operator">*</span> (<span class="ruby-value">1.0</span> <span class="ruby-operator">/</span> <span class="ruby-identifier">n</span>)).<span class="ruby-identifier">round_off</span>.<span class="ruby-identifier">to_f</span> <span class="ruby-operator">/</span> (<span class="ruby-value">1.0</span> <span class="ruby-operator">/</span> <span class="ruby-identifier">n</span>)
|
29
29
|
<span class="ruby-keyword kw">end</span></pre>
|
30
30
|
</body>
|
31
31
|
</html>
|
@@ -57,10 +57,10 @@
|
|
57
57
|
<tr valign="top">
|
58
58
|
<td>In:</td>
|
59
59
|
<td>
|
60
|
+
<a href="../files/lib/nano/float/approx%3F_rb.html">lib/nano/float/approx%3F.rb</a>
|
60
61
|
<a href="../files/lib/nano/float/round_off_rb.html">lib/nano/float/round_off.rb</a>
|
61
62
|
<a href="../files/lib/nano/float/round_at_rb.html">lib/nano/float/round_at.rb</a>
|
62
63
|
<a href="../files/lib/nano/float/round_to_rb.html">lib/nano/float/round_to.rb</a>
|
63
|
-
<a href="../files/lib/nano/float/approx?_rb.html">lib/nano/float/approx?.rb</a>
|
64
64
|
<a href="../files/lib/nano/numeric/distance_rb.html">lib/nano/numeric/distance.rb</a>
|
65
65
|
<a href="../files/lib/nano/numeric/succ_rb.html">lib/nano/numeric/succ.rb</a>
|
66
66
|
<a href="../files/lib/nano/numeric/to_b_rb.html">lib/nano/numeric/to_b.rb</a>
|
@@ -90,12 +90,12 @@ Object
|
|
90
90
|
|
91
91
|
<div class="sectiontitle">Methods</div>
|
92
92
|
<ul>
|
93
|
-
<li><a href="#
|
93
|
+
<li><a href="#M000180">approx?</a></li>
|
94
94
|
<li><a href="#M000186">ceil_multiple</a></li>
|
95
95
|
<li><a href="#M000183">distance</a></li>
|
96
96
|
<li><a href="#M000187">pred</a></li>
|
97
|
-
<li><a href="#
|
98
|
-
<li><a href="#
|
97
|
+
<li><a href="#M000181">round_at</a></li>
|
98
|
+
<li><a href="#M000182">round_to</a></li>
|
99
99
|
<li><a href="#M000184">succ</a></li>
|
100
100
|
<li><a href="#M000185">to_b</a></li>
|
101
101
|
</ul>
|
@@ -108,8 +108,8 @@ Object
|
|
108
108
|
<div class="sectiontitle">Public Instance methods</div>
|
109
109
|
<div class="method">
|
110
110
|
<div class="title">
|
111
|
-
<a name="
|
112
|
-
[ <a href="javascript:openCode('Numeric.src/
|
111
|
+
<a name="M000180"></a><b>approx?</b>(*args)
|
112
|
+
[ <a href="javascript:openCode('Numeric.src/M000180.html')">source</a> ]
|
113
113
|
</div>
|
114
114
|
<div class="description">
|
115
115
|
<p>
|
@@ -161,8 +161,8 @@ href="Numeric.html#M000184">succ</a>.
|
|
161
161
|
</div>
|
162
162
|
<div class="method">
|
163
163
|
<div class="title">
|
164
|
-
<a name="
|
165
|
-
[ <a href="javascript:openCode('Numeric.src/
|
164
|
+
<a name="M000181"></a><b>round_at</b>(*args)
|
165
|
+
[ <a href="javascript:openCode('Numeric.src/M000181.html')">source</a> ]
|
166
166
|
</div>
|
167
167
|
<div class="description">
|
168
168
|
<p>
|
@@ -173,8 +173,8 @@ methods, <a href="Numeric.html">Numeric</a> must also be augmented.
|
|
173
173
|
</div>
|
174
174
|
<div class="method">
|
175
175
|
<div class="title">
|
176
|
-
<a name="
|
177
|
-
[ <a href="javascript:openCode('Numeric.src/
|
176
|
+
<a name="M000182"></a><b>round_to</b>(*args)
|
177
|
+
[ <a href="javascript:openCode('Numeric.src/M000182.html')">source</a> ]
|
178
178
|
</div>
|
179
179
|
<div class="description">
|
180
180
|
<p>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
5
|
<html>
|
6
|
-
<head><title>
|
6
|
+
<head><title>approx? (Numeric)</title>
|
7
7
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
8
8
|
<style>
|
9
9
|
.ruby-comment { color: green; font-style: italic }
|
@@ -22,9 +22,9 @@
|
|
22
22
|
</style>
|
23
23
|
</head>
|
24
24
|
<body bgcolor="white">
|
25
|
-
<pre><span class="ruby-comment cmt"># File lib/nano/float/
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">
|
27
|
-
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">to_f</span>.<span class="ruby-identifier">
|
25
|
+
<pre><span class="ruby-comment cmt"># File lib/nano/float/approx%3F.rb, line 16</span>
|
26
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">approx?</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
|
27
|
+
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">to_f</span>.<span class="ruby-identifier">approx?</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
|
28
28
|
<span class="ruby-keyword kw">end</span></pre>
|
29
29
|
</body>
|
30
30
|
</html>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
5
|
<html>
|
6
|
-
<head><title>
|
6
|
+
<head><title>round_at (Numeric)</title>
|
7
7
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
8
8
|
<style>
|
9
9
|
.ruby-comment { color: green; font-style: italic }
|
@@ -22,9 +22,9 @@
|
|
22
22
|
</style>
|
23
23
|
</head>
|
24
24
|
<body bgcolor="white">
|
25
|
-
<pre><span class="ruby-comment cmt"># File lib/nano/float/
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">
|
27
|
-
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">to_f</span>.<span class="ruby-identifier">
|
25
|
+
<pre><span class="ruby-comment cmt"># File lib/nano/float/round_at.rb, line 19</span>
|
26
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">round_at</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
|
27
|
+
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">to_f</span>.<span class="ruby-identifier">round_at</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
|
28
28
|
<span class="ruby-keyword kw">end</span></pre>
|
29
29
|
</body>
|
30
30
|
</html>
|
@@ -3,7 +3,7 @@
|
|
3
3
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
5
|
<html>
|
6
|
-
<head><title>
|
6
|
+
<head><title>round_to (Numeric)</title>
|
7
7
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
8
8
|
<style>
|
9
9
|
.ruby-comment { color: green; font-style: italic }
|
@@ -22,9 +22,9 @@
|
|
22
22
|
</style>
|
23
23
|
</head>
|
24
24
|
<body bgcolor="white">
|
25
|
-
<pre><span class="ruby-comment cmt"># File lib/nano/float/
|
26
|
-
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">
|
27
|
-
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">to_f</span>.<span class="ruby-identifier">
|
25
|
+
<pre><span class="ruby-comment cmt"># File lib/nano/float/round_to.rb, line 20</span>
|
26
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">round_to</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
|
27
|
+
<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">to_f</span>.<span class="ruby-identifier">round_to</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
|
28
28
|
<span class="ruby-keyword kw">end</span></pre>
|
29
29
|
</body>
|
30
30
|
</html>
|
data/pub/www/doc/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Tue Aug 30
|
1
|
+
Tue Aug 30 22:00:57 EDT 2005
|
@@ -4,7 +4,7 @@
|
|
4
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
5
|
<html>
|
6
6
|
<head>
|
7
|
-
<title>File: approx
|
7
|
+
<title>File: approx%3F.rb</title>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
9
9
|
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
|
10
10
|
|
@@ -53,12 +53,12 @@
|
|
53
53
|
<table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
|
54
54
|
<tr><td>
|
55
55
|
<table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
|
56
|
-
<td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />approx
|
56
|
+
<td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />approx%3F.rb</td>
|
57
57
|
<td align="right">
|
58
58
|
<table border='0' cellspacing="0" cellpadding="2">
|
59
59
|
<tr>
|
60
60
|
<td>Path:</td>
|
61
|
-
<td>lib/nano/float/approx
|
61
|
+
<td>lib/nano/float/approx%3F.rb
|
62
62
|
</td>
|
63
63
|
</tr>
|
64
64
|
<tr>
|
@@ -166,7 +166,7 @@
|
|
166
166
|
<a href="files/lib/nano/fileutils/whereis_rb.html">lib/nano/fileutils/whereis.rb</a><br>
|
167
167
|
<a href="files/lib/nano/fileutils/which_rb.html">lib/nano/fileutils/which.rb</a><br>
|
168
168
|
<a href="files/lib/nano/float_rb.html">lib/nano/float.rb</a><br>
|
169
|
-
<a href="files/lib/nano/float/approx
|
169
|
+
<a href="files/lib/nano/float/approx%3F_rb.html">lib/nano/float/approx%3F.rb</a><br>
|
170
170
|
<a href="files/lib/nano/float/round_at_rb.html">lib/nano/float/round_at.rb</a><br>
|
171
171
|
<a href="files/lib/nano/float/round_off_rb.html">lib/nano/float/round_off.rb</a><br>
|
172
172
|
<a href="files/lib/nano/float/round_to_rb.html">lib/nano/float/round_to.rb</a><br>
|
@@ -63,8 +63,8 @@
|
|
63
63
|
<a href="classes/String.html#M000322">align_center (String)</a><br>
|
64
64
|
<a href="classes/String.html#M000329">align_left (String)</a><br>
|
65
65
|
<a href="classes/String.html#M000325">align_right (String)</a><br>
|
66
|
-
<a href="classes/Numeric.html#
|
67
|
-
<a href="classes/Float.html#
|
66
|
+
<a href="classes/Numeric.html#M000180">approx? (Numeric)</a><br>
|
67
|
+
<a href="classes/Float.html#M000188">approx? (Float)</a><br>
|
68
68
|
<a href="classes/Regexp.html#M000030">arity (Regexp)</a><br>
|
69
69
|
<a href="classes/Pathname.html#M000234">ascend (Pathname)</a><br>
|
70
70
|
<a href="classes/Hash.html#M000075">assert_has_keys (Hash)</a><br>
|
@@ -329,11 +329,11 @@
|
|
329
329
|
<a href="classes/Array.html#M000063">rotate (Array)</a><br>
|
330
330
|
<a href="classes/Array.html#M000049">rotate! (Array)</a><br>
|
331
331
|
<a href="classes/Integer.html#M000006">round_at (Integer)</a><br>
|
332
|
-
<a href="classes/Numeric.html#
|
333
|
-
<a href="classes/Float.html#
|
334
|
-
<a href="classes/Numeric.html#
|
332
|
+
<a href="classes/Numeric.html#M000181">round_at (Numeric)</a><br>
|
333
|
+
<a href="classes/Float.html#M000189">round_at (Float)</a><br>
|
334
|
+
<a href="classes/Numeric.html#M000182">round_to (Numeric)</a><br>
|
335
335
|
<a href="classes/Integer.html#M000007">round_to (Integer)</a><br>
|
336
|
-
<a href="classes/Float.html#
|
336
|
+
<a href="classes/Float.html#M000190">round_to (Float)</a><br>
|
337
337
|
<a href="classes/FileUtils.html#M000362">safe_ln (FileUtils)</a><br>
|
338
338
|
<a href="classes/Module.html#M000147">sattr (Module)</a><br>
|
339
339
|
<a href="classes/Module.html#M000150">sattr_accessor (Module)</a><br>
|
data/pub/www/doc/index.html
CHANGED
@@ -14,8 +14,9 @@
|
|
14
14
|
<frame src="fr_class_index.html" name="Classes" />
|
15
15
|
<frame src="fr_method_index.html" name="Methods" />
|
16
16
|
</frameset>
|
17
|
-
<frameset rows="
|
17
|
+
<frameset rows="80%,20%">
|
18
18
|
<frame src="files/README.html" name="docwin">
|
19
|
+
<frame src="blank.html" name="source">
|
19
20
|
</frameset>
|
20
21
|
<noframes>
|
21
22
|
<body bgcolor="white">
|
@@ -25,4 +26,4 @@
|
|
25
26
|
</noframes>
|
26
27
|
</frameset>
|
27
28
|
|
28
|
-
</html>
|
29
|
+
</html>
|
metadata
CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.8.11
|
|
3
3
|
specification_version: 1
|
4
4
|
name: nano
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.8.
|
6
|
+
version: 0.8.2
|
7
7
|
date: 2005-08-30 00:00:00 -04:00
|
8
8
|
summary: "Ruby's Atomic Library"
|
9
9
|
require_paths:
|
@@ -778,7 +778,7 @@ files:
|
|
778
778
|
- pub/www/doc/files/lib/nano/class/by_name_rb.html
|
779
779
|
- pub/www/doc/files/lib/nano/class/remove_descendents_rb.html
|
780
780
|
- pub/www/doc/files/lib/nano/float/round_off_rb.html
|
781
|
-
- pub/www/doc/files/lib/nano/float/approx
|
781
|
+
- pub/www/doc/files/lib/nano/float/approx%3F_rb.html
|
782
782
|
- pub/www/doc/files/lib/nano/float/round_to_rb.html
|
783
783
|
- pub/www/doc/files/lib/nano/float/round_at_rb.html
|
784
784
|
- pub/www/doc/files/lib/nano/nilclass/to_f_rb.html
|