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