diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-30 08:04:32 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-30 08:04:32 +0000 |
| commit | 6a8a3a026a4bba865d3f3162752bcec88e1a595a (patch) | |
| tree | 2f685ff48cc03c119fe1d059e933834db03c2dae /ChangeLog | |
| parent | 225c97a638b947e5d117c497c8352a1ceb77b224 (diff) | |
| download | ruby-6a8a3a026a4bba865d3f3162752bcec88e1a595a.tar.gz ruby-6a8a3a026a4bba865d3f3162752bcec88e1a595a.tar.xz ruby-6a8a3a026a4bba865d3f3162752bcec88e1a595a.zip | |
* eval.c (rb_mod_public_method_defined, etc.): new methods:
public_method_defined?, private_method_defined?,
protected_method_defined?
* object.c (rb_obj_public_methods): new method
Object#public_methods.
* class.c (ins_methods_i): Object#methods should list both public
and protected methods.
* class.c (rb_class_public_instance_methods): new method
Module#public_instance_methods.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Wed Oct 30 17:00:47 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (rb_mod_public_method_defined, etc.): new methods: + public_method_defined?, private_method_defined?, + protected_method_defined? + + * object.c (rb_obj_public_methods): new method + Object#public_methods. + + * class.c (ins_methods_i): Object#methods should list both public + and protected methods. + + * class.c (rb_class_public_instance_methods): new method + Module#public_instance_methods. + Wed Oct 30 06:29:00 2002 Akinori MUSHA <knu@iDaemons.org> * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c, |
