Method: Arrogance::BlogObject#each_with_index

Defined in:
lib/arrogance/objects.rb

#each_with_indexObject



32
33
34
# File 'lib/arrogance/objects.rb', line 32

def each_with_index
  @aoh.each_with_index {|e, i| yield e, i}
end