# File lib/facets/core/array/first.rb, line 11
  def first=(x)
    self[0] = x
  end