summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-31 21:30:18 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-31 21:30:18 +0000
commitc458f08e90ca04bb2c201c55e510686853a86ce7 (patch)
tree64f8442ffa183ba208926ab81aee83c023cf04d8 /object.c
parent960660353f59126d66b1bc2b08d97f5192acdf1b (diff)
* object.c (rb_equal): Let Object be a link in #=== documentation.
Patch by Zachary Scott. [ruby-trunk - Feature #6518] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'object.c')
-rw-r--r--object.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/object.c b/object.c
index 7b48ebf234..e1ad798480 100644
--- a/object.c
+++ b/object.c
@@ -42,9 +42,9 @@ static ID id_const_missing;
* 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 descendants
- * to provide meaningful semantics in <code>case</code> statements.
+ * Case Equality -- For class Object, effectively the same as calling
+ * <code>#==</code>, but typically overridden by descendants to provide
+ * meaningful semantics in +case+ statements.
*/
VALUE