# File lib/hashery/sparsearray.rb, line 288
  def first
    return nil if self.empty?
    self.fetch(0)
  end