309 310 311 312 313
# File 'lib/duby/transform.rb', line 309 def transform(transformer, parent) Array.new(parent, position) do |array| child_nodes.map {|child| transformer.transform(child, array)} end end