diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-12-12 07:42:35 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-12-12 07:42:35 +0000 |
| commit | 47b45f8bdb16156c41b126e9d757dbfff2de0be7 (patch) | |
| tree | 2a73f7f17fa97d74f5580248e39f39765747d573 /eval.c | |
| parent | 0e98ca3fe090d5593fb1e552723da0b48784b0a2 (diff) | |
| download | ruby-47b45f8bdb16156c41b126e9d757dbfff2de0be7.tar.gz ruby-47b45f8bdb16156c41b126e9d757dbfff2de0be7.tar.xz ruby-47b45f8bdb16156c41b126e9d757dbfff2de0be7.zip | |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
| -rw-r--r-- | eval.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5635,6 +5635,9 @@ call_end_proc(data) { PUSH_ITER(ITER_NOT); PUSH_FRAME(); + ruby_frame->self = ruby_frame->prev->self; + ruby_frame->last_func = 0; + ruby_frame->last_class = 0; proc_call(data, Qundef); POP_FRAME(); POP_ITER(); |
