Why does this line raise a syntax error?puts [1, 2, 3].map { |x| x * 2 } if false puts foo 1 { |n| n }