# File cartesian.rb, line 50
  def Cartesian.product(first, second)
    first.x(second).to_a
  end