32 33 34
# File 'lib/arrogance/objects.rb', line 32 def each_with_index @aoh.each_with_index {|e, i| yield e, i} end