# File lib/core/facets/indexable.rb, line 160
  def last=(x)
    splice(-1,x)
  end