# File lib/ruote/exp/ro_attributes.rb, line 184 def s_cartesian(a0, a1) a0.inject([]) { |a, e0| a + a1.collect { |e1| "#{e0}_#{e1}" } } end