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