diff options
| author | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-13 23:12:59 +0000 |
|---|---|---|
| committer | marcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-13 23:12:59 +0000 |
| commit | f4e421081b02a8f447487f9488d8b3336871bd3f (patch) | |
| tree | 957220d7d6eddd294269a4b6fc9c767a8b1d8b48 | |
| parent | 358d347fed95e8d64bf7b9a38e12618d37523e19 (diff) | |
| download | ruby-f4e421081b02a8f447487f9488d8b3336871bd3f.tar.gz ruby-f4e421081b02a8f447487f9488d8b3336871bd3f.tar.xz ruby-f4e421081b02a8f447487f9488d8b3336871bd3f.zip | |
* object.c (rb_mod_const_defined): rdoc fix
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | object.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1711,9 +1711,9 @@ rb_mod_const_defined(int argc, VALUE *argv, VALUE mod) * end * end * k = Klass.new - * k.methods[0..9] #=> ["kMethod", "freeze", "nil?", "is_a?", - * # "class", "instance_variable_set", - * # "methods", "extend", "__send__", "instance_eval"] + * k.methods[0..9] #=> [:kMethod, :freeze, :nil?, :is_a?, + * # :class, :instance_variable_set, + * # :methods, :extend, :__send__, :instance_eval] * k.methods.length #=> 42 */ |
