# File lib/facet/string/first&last.rb, line 87
  def first!(str)
    self.replace(str + self)
  end