summaryrefslogtreecommitdiffstats
path: root/object.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-11 01:11:52 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-11 01:11:52 +0000
commit031b581efc011cc5f4bb7bb20fa4f11286463aae (patch)
tree770c6375aa95afadfa812ed9f28a937221f8e2f0 /object.c
parentd98d0ad7fb4591e9147ff995ab62f4d010ab0f5d (diff)
downloadruby-031b581efc011cc5f4bb7bb20fa4f11286463aae.tar.gz
ruby-031b581efc011cc5f4bb7bb20fa4f11286463aae.tar.xz
ruby-031b581efc011cc5f4bb7bb20fa4f11286463aae.zip
* struct.c (make_struct): allow const_id for accessor names.
[ruby-core:04585] * eval.c (rb_attr): check if attribute name is local_id or const_id. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'object.c')
-rw-r--r--object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.c b/object.c
index f29193146..21615cd3e 100644
--- a/object.c
+++ b/object.c
@@ -2471,7 +2471,7 @@ VALUE ruby_top_self;
* Creating a new Name
*
* Classes, modules, and objects are interrelated. In the diagram
- * that follows, the arrows represent inheritance, and the
+ * that follows, the vertical arrows represent inheritance, and the
* parentheses meta-classes. All metaclasses are instances
* of the class `Class'.
*