diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-17 23:01:50 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-17 23:01:50 +0000 |
| commit | 8d81bcd71fc31b53fcc914f401394c22bbc2fac3 (patch) | |
| tree | 0ef783f01acbc6a5b1412888bd974b826494f58f /ChangeLog | |
| parent | 8d1714e409b7a6744b9b8871e7789ae29c8e2eb8 (diff) | |
| download | ruby-8d81bcd71fc31b53fcc914f401394c22bbc2fac3.tar.gz ruby-8d81bcd71fc31b53fcc914f401394c22bbc2fac3.tar.xz ruby-8d81bcd71fc31b53fcc914f401394c22bbc2fac3.zip | |
* proc.c (rb_obj_public_method): Object#public_method to retrieve
public method object.
* proc.c (rb_mod_public_instance_method): Module#public_instance_method
to retrieve public instance method from class / module.
* proc.c (mnew): visibility check added.
* eval_error.ci (rb_print_undef): add rb_ prefix.
* eval_error.ci (rb_print_undef): add visibility in the error
message.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14284 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 @@ +Tue Dec 18 07:56:57 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * proc.c (rb_obj_public_method): Object#public_method to retrieve + public method object. + + * proc.c (rb_mod_public_instance_method): Module#public_instance_method + to retrieve public instance method from class / module. + + * proc.c (mnew): visibility check added. + + * eval_error.ci (rb_print_undef): add rb_ prefix. + + * eval_error.ci (rb_print_undef): add visibility in the error + message. + Tue Dec 18 05:54:26 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * lib/Env.rb, lib/base64.rb, lib/importenv.rb, lib/eregex.rb: removed. |
