# File lib/facets/core/array/first.rb, line 30
  def last=(x)
    self[-1] = x
  end