# File lib/parslet/transform.rb, line 233 def recurse_array(ary, ctx) ary.map { |elt| apply(elt, ctx) } end