すべての出力に特定の文字列を追加する宝石を作成していputs
ます。ユースケースは次のようになります。
string_to_append = " hello world!"
puts "The web server is running on port 80"
# => The web server is running on port 80 hello world!
これを行う方法がわかりません。疑似コードは次のようになります。
class GemName
def append
until 2 < 1
if puts_is_used == true
puts string << "hello world!"
else
puts ""
end
end
end
end
これを行う方法に関する最善のアプローチについての洞察は非常に高く評価されています。