a.each.class == Fixnum
f.map{ |v| v + 1 } == [2, 3, 4]
f.inject(0){ |s, i| s - i } == -6
f.map(&lambda{ |v| v + 1 }) soulève une exception