# File lib/core/facets/indexable.rb, line 170
  def first=(x)
    splice(0,x)
  end