--BXVAT5kNtrzKuDFl
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi Core,
I readed class.allocate's documentation and I think that's
a little incomplete and I added a bit explanation and an example.
I Attached the patch.
Looking forward for this being applied.
Regards.
--
"Premature optimization is the root of all evil (or at least most of it) in
programming."
(Donald Knuth)
+-------------------------------------+
Gastóī Ramos
http://gastonramos.wordpress.com/
GNU/Linux Counter user #450312
--BXVAT5kNtrzKuDFl
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="improve_class_allocate_doc.patch"
Index: object.c
--- object.c (revision 16741)
+++ object.c (working copy)
@@ -36,7 +36,7 @@
/*
* call-seq:
* obj other true or false
- *
+ *
* Case Equality---For class <code>Object</code>, effectively the same
* as calling <code># /code>, but typically overridden by descendents
* to provide meaningful semantics in <code>case</code> statements.
@@ -66,7 +66,7 @@
* obj other true or false
* obj.equal?(other) true or false
* obj.eql?(other) true or false
- *
+ *
* Equality---At the <code>Object</code> level, <code>