Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #210 Recreate Ruby's line breaks in Puts
Without TestUp `puts [1,2,3]` outputs as: ``` 1 2 3 ``` Without TestUp it outputs as `[1, 2, 3]`. This fix restores the default Ruby behavior to puts for Arrays.
- Loading branch information