diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-10-25 04:18:49 +0530 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-10-25 04:18:49 +0530 |
commit | 0ea10019f790ee42c6426f62622700107c2d53c6 (patch) | |
tree | d95daff3b7eb8d0b9bceb6900169d1cd31ea037f /railties/doc/guides/html | |
parent | b62c164997924041d26cab802e238652307d3f9a (diff) | |
download | rails-0ea10019f790ee42c6426f62622700107c2d53c6.tar.gz rails-0ea10019f790ee42c6426f62622700107c2d53c6.tar.bz2 rails-0ea10019f790ee42c6426f62622700107c2d53c6.zip |
Enum#many?
Diffstat (limited to 'railties/doc/guides/html')
-rw-r--r-- | railties/doc/guides/html/2_2_release_notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/html/2_2_release_notes.html b/railties/doc/guides/html/2_2_release_notes.html index d21905f715..7e975d35a6 100644 --- a/railties/doc/guides/html/2_2_release_notes.html +++ b/railties/doc/guides/html/2_2_release_notes.html @@ -935,7 +935,7 @@ The addition of <tt>ActiveSupport::Rescuable</tt> allows any class to mix in the </li>
<li>
<p>
-<tt>Enumerable#several?</tt> to encapsulate <tt>collection.size > 1</tt>
+<tt>Enumerable#many?</tt> to encapsulate <tt>collection.size > 1</tt>
</p>
</li>
<li>
|