14 15 16 17 18
# File 'lib/fetching/fetching_array.rb', line 14 def each @table.each_index do |i| yield self[i] end end