# File lib/facets/core/string/first.rb, line 52
  def first=( x )
    insert(0, x.to_s)
  end