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