# File lib/facet/array/first&last.rb, line 33
  def last=(x)
    self[-1] = x
  end