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.
私たちは確かにそれを行うことができます
string.chomp+"\r\n"
しかし、それを行うためのエレガントな方法があるのだろうかと思っています。
私が知っているわけではありません。
この以前の回答は、gsub(正規表現の置き換え)の使用を示唆しているようです
Ruby での行末の正規化