Skip to content

Fix exception when name is not specified

George Koltsov requested to merge rc-fixup-string-plus-fixnum into master

Ruby objects when you try and concatenate a String and a Fixnum, so add an additional .to_s to the 1-liner for generating ad-hoc names.

Merge request reports