Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文字列の配列を結合して、すべての要素に区切り文字を挿入することは可能ですか?
例えば:
%w[you me].join(" hi-") => "you hi-me" # expected "hi-you hi-me"