You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/tags/core/kernel/eval_tags.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,5 @@ slow:Kernel#eval raises a LocalJumpError if there is no lambda-style closure in
4
4
slow:Kernel#eval does not share locals across eval scopes
5
5
fails(cannot store constant with name in binary encoding):Kernel#eval with a magic encoding comment ignores the magic encoding comment if it is after a frozen_string_literal magic comment
6
6
fails:Kernel#eval with a magic encoding comment ignores the frozen_string_literal magic comment if it appears after a token and warns if $VERBOSE is true
7
+
fails:Kernel#eval returns from the method calling #eval when evaluating 'return'
8
+
fails:Kernel#eval returns from the method calling #eval when evaluating 'return' in BEGIN
0 commit comments