last commit: COMMIT prefer ENV['TMPDIR'] to be able to specify the temporary directory on Unix. http://github.com/rubyspec/mspec/commit/bcec47c70e0678a29fd0c1345358c4daf7b971a3 last commit: COMMIT Corrected pack spec for 64 bit case (JRuby). http://github.com/rubyspec/rubyspec/commit/ea67d18139b58cca54acbddb5a1af37db3e3a087 --- 20091102T081939 +++ 20091104T081905 @@ -1,15040 +1,15041 @@ Proc#call - invokes self - sets self's parameters to the given values +- is being able to receive block arguments - sets self's single parameter to an Array of all given values Proc#call on a Proc created with Proc.new @@ -15061,6 +15062,7 @@ Proc#[] - invokes self - sets self's parameters to the given values +- is being able to receive block arguments - sets self's single parameter to an Array of all given values Proc#call on a Proc created with Proc.new @@ -18823,6 +18825,7 @@ - allows the assignment of the rhs to the lhs using the lhs splat operator - allows the assignment of rhs to the lhs using the lhs and rhs splat operators simultaneously - allows multiple values to be assigned +- calls to_a on the given argument when using a splat - supports the {|r,| } form of block assignment - allows assignment through lambda - allows chained assignment @@ -33112,7 +33115,7 @@ Finished in seconds -2900 files, 11519 examples, 36377 expectations, 85 failures, 85 errors +2900 files, 11522 examples, 36384 expectations, 85 failures, 85 errors exit 1 failed(rubyspec) == end #