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 --- 20091102T075431 +++ 20091104T075442 @@ -1,25359 +1,25360 @@ Proc#call - invokes self - sets self's parameters to the given values +- is being able to receive block arguments Proc#call on a Proc created with Proc.new - replaces missing arguments with nil @@ -25372,6 +25373,7 @@ Proc#=== - invokes self - sets self's parameters to the given values +- is being able to receive block arguments Proc#=== on a Proc created with Proc.new - replaces missing arguments with nil @@ -25423,6 +25425,7 @@ Proc#[] - invokes self - sets self's parameters to the given values +- is being able to receive block arguments Proc#call on a Proc created with Proc.new - replaces missing arguments with nil @@ -25520,6 +25523,7 @@ Proc#yield - invokes self - sets self's parameters to the given values +- is being able to receive block arguments Proc#yield on a Proc created with Proc.new - replaces missing arguments with nil