# File lib/facet/array/last%3D.rb, line 12
  def last=(x)
    self[-1] = x
  end