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