--- replace(other)

    ʸƤ other Ƥ֤ޤ

        s = "foo"
        id = s.id
        s.replace "bar"
        p s             # => "bar"
        p id == s.id    # => true

    self ֤ޤ

