fork download
  1. puts [1, 2, 3, 4, 5].each_cons(2).all? { |a, b| a + 1 == b }
Success #stdin #stdout 0s 28216KB
stdin
Standard input is empty
stdout
true