# File cartesian.rb, line 62
  def Cartesian.joined_product(first, second)
    product(first, second).map {|pair| pair.join }
  end