diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-10 11:49:14 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-10 11:49:14 +0000 |
| commit | e43d9eb5cd3c68b6b32fc2abe73bf73958577030 (patch) | |
| tree | ef5294184f4d584d318e96c7174a6d41080dde11 /intern.h | |
| parent | eb5a2eb697f3294dd421eb1d15cc198b9b6fdb15 (diff) | |
| download | ruby-e43d9eb5cd3c68b6b32fc2abe73bf73958577030.tar.gz ruby-e43d9eb5cd3c68b6b32fc2abe73bf73958577030.tar.xz ruby-e43d9eb5cd3c68b6b32fc2abe73bf73958577030.zip | |
* eval.c (method_proc): return bound Proc object. [ruby-dev:22854]
* eval.c (rb_mod_define_method): bind method body itself for Method
object.
* node.h (NODE_DMETHOD): deprecated.
* object.c (rb_class_inherited_p): export.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
| -rw-r--r-- | intern.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -305,6 +305,7 @@ VALUE rb_obj_freeze _((VALUE)); VALUE rb_obj_id _((VALUE)); VALUE rb_obj_class _((VALUE)); VALUE rb_class_real _((VALUE)); +VALUE rb_class_inherited_p _((VALUE, VALUE)); VALUE rb_convert_type _((VALUE,int,const char*,const char*)); VALUE rb_check_convert_type _((VALUE,int,const char*,const char*)); VALUE rb_to_int _((VALUE)); |
