Closed jemc closed 2 months ago
size
each_with_index
reverse_each_with_index
[]!
first!
last!
Indexable
Array
size
methodeach_with_index
andreverse_each_with_index
methods based onsize
and[]!
methodsfirst!
andlast!
methods with default implementation based onsize
and[]!
methodsIndexable
implementations are tested correctly (rather than testing the overrides implemented byArray
)