# File lib/facet/harray.rb, line 290
  def first
    return nil if self.empty?
    self.fetch(0)
  end