# File raggle, line 1473
def
each_with_index
@feeds
.
each_with_index
{
|
feed
,
i
|
yield
feed
,
i
}
end