Bug #11463
Updated by nobu (Nobuyoshi Nakada) over 9 years ago
### expected: **expected:** ~~~ head :001 > Process.spawn({"FOO" => 10}, "bash") => 13479 ~~~ ### got **got in reality: reality:** ~~~ head :001 > Process.spawn({"FOO" => 10}, "bash") TypeError: no implicit conversion of Fixnum into String ~~~ This issue is similar to https://bugs.ruby-lang.org/issues/10859. Both issues aren't mentioned in docs ( http://ruby-doc.org/core-2.2.2/Process.html#method-c-spawn ) - who/how should I urge to fix it also there? ... ~~~