9 10 11 12 13
# File 'lib/eatr/transformation_set.rb', line 9 def each to_a.each do |t| yield t end end