File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ fails:Kernel.catch passes the given symbol to its block
2
+ fails:Kernel.catch passes a symbol converted from the given string to its block
Original file line number Diff line number Diff line change
1
+ fails:SystemExit#success? returns true when the status is 0
2
+ fails:SystemExit#success? returns false when the status is not 0
Original file line number Diff line number Diff line change 1
1
fails:A class definition extending an object (sclass) can use return to cause the enclosing method to return
2
+ fails:An anonymous class forces named nested classes to be anonymous
3
+ fails:An anonymous class never recalculates full name once no longer anonymous
Original file line number Diff line number Diff line change
1
+ fails:A Proc taking |*| arguments does not call #to_ary to convert a single passed object to an Array
2
+ fails:A Proc taking |*a| arguments does not call #to_ary to convert a single passed object to an Array
You can’t perform that action at this time.
0 commit comments