Commit f44436a
Fix case of $0 truncating text due to being frozen
Fix failure on test "sets $0 while working"
This appears to be an OS dependent issue. I ran into this on
Ubuntu Linux 10.04 64bit on kernel 2.6.32-22
I do not know if this is an ideal solution, not did I come up
with it. I found the solution at:
http://www.ruby-forum.com/topic/187083#817010
but I do know that the tests now pass, so hopefully either this
gets incorporated, or triggers the creation of a better solution.1 parent b2d2998 commit f44436a
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
459 | 466 | | |
460 | 467 | | |
461 | 468 | | |
| |||
0 commit comments