summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-22 04:56:37 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-22 04:56:37 +0000
commit334f3dd5cec5c753b943868f2bc9063bc9239376 (patch)
tree4ccc3caaf814d3af1ad02df4e2f5fe80a104c668 /object.c
parentb76c33fead9ee12474d0e2618fb12b63b7b47850 (diff)
merge from trunk (r28379)
* class.c: rdoc fix [ruby-core:30449] * object.c: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28380 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 e5bb0fdf2b..3b7d3e6f5c 100644
--- a/object.c
+++ b/object.c
@@ -1755,7 +1755,7 @@ rb_mod_const_defined(int argc, VALUE *argv, VALUE mod)
* call-seq:
* obj.methods -> array
*
- * Returns a list of the names of methods publicly accessible in
+ * Returns a list of the names of public and protected methods of
* <i>obj</i>. This will include all the methods accessible in
* <i>obj</i>'s ancestors.
*