Actions
Bug #13744
closedSpawn doesn't work with options of symbol keys generated dynamically
Bug #13744:
Spawn doesn't work with options of symbol keys generated dynamically
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.5.0dev (2017-07-13 trunk 59321) [x86_64-darwin16]
Backport:
Description
spawn works when giving options whose key is symbol literal:
But spawn fails when generating symbol from a String:
Actions