* parse.y (rb_id_attrset): should not reveal anonymous ID as an
  instance variable.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-05-02 03:20:21 +00:00
Родитель d1c0375526
Коммит ff99fd4de1
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -8846,8 +8846,8 @@ rb_id_attrset(ID id)
scope, (VALUE)data);
}
else {
rb_name_error(id, "cannot make unknown type ID %d:%"PRIxVALUE" attrset",
scope, (VALUE)id);
rb_name_error_str(Qnil, "cannot make unknown type anonymous ID %d:%"PRIxVALUE" attrset",
scope, (VALUE)id);
}
}
}