# File lib/facet/harray.rb, line 262
  def each
    (0...self.length).each { |i| yield(self.fetch(i)) }
  end