1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* eval.c (rb_f_send): do not call private methods if the receiver

is specified.  [ruby-talk:153672]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2005-08-30 04:27:41 +00:00
parent 0b7f8eef40
commit 10ebbcadd9
5 changed files with 21 additions and 4 deletions

1
env.h
View file

@ -30,6 +30,7 @@ RUBY_EXTERN struct FRAME {
void rb_gc_mark_frame _((struct FRAME *));
#define FRAME_DMETH 1
#define FRAME_FUNC 2
RUBY_EXTERN struct SCOPE {
struct RBasic super;