# File lib/arel/engines/memory/relations/array.rb, line 33 def eval @array.collect { |r| Row.new(self, r) } end