static S joinWithSpaces(Collection c) { ret join(" ", c); } static S joinWithSpaces(S... c) { ret join(" ", c); }