replace(other) -> String[permalink][rdoc][edit](string other_string) → self-
self の内容を other の内容で置き換えます。
例str = "foo" str.replace "bar" p str # => "bar"
replace(other) -> String[permalink][rdoc][edit](string other_string) → selfself の内容を other の内容で置き換えます。
例str = "foo"
str.replace "bar"
p str # => "bar"