# File lib/backports/1.9.3/string/prepend.rb, line 5
    def prepend(other_str)
      replace Backports.coerce_to_str(other_str) + self
      self
    end