Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
StringIO#write accepts multiple args in ruby 2.5
As of this commit, which landed in ruby 2.5.0, both IO and StringIO write now accept multiple arguments: ruby/ruby@aeaeb4b Somehow this was causing the automation engine spec, specifically, the "writes to the logger synchronously" example to spin at 100% cpu, perhaps because write was failing with argument errors. Seen originally in: ManageIQ/manageiq-automation_engine#296
- Loading branch information