def some_method(a,b,c)
  a.product(b, c)
end

I think it only works on 1.9.

-- Matma Rex