mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d88376b135
commit
2e13a4ff37
1 changed files with 1 additions and 0 deletions
1
eval.c
1
eval.c
|
@ -1924,6 +1924,7 @@ is_defined(self, node, buf)
|
|||
goto check_bound;
|
||||
|
||||
case NODE_ATTRASGN:
|
||||
val = self;
|
||||
if (node->nd_recv == (NODE *)1) goto check_bound;
|
||||
case NODE_CALL:
|
||||
PUSH_TAG(PROT_NONE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue