# File cartesian.rb, line 68
  def joined_cartesian(other)
    Cartesian.joined_product(self, other)
  end