# File lib/arel/nodes/node.rb, line 37 def each &block return enum_for(:each) unless block_given? Visitors::DepthFirst.new(block).accept self end