10 11 12 13 14
# File 'lib/fetching/fetching_array.rb', line 10 def each @table.each_index do |i| yield self[i] end end