OlderDiff < 20110115T234433Z < ThisDiff > 20110116T234425Z > NewerDiff
COMMIT Float#round takes an optional arg COMMIT Add spec for Hash.each[_pair] yielding to |k,| args. COMMIT Add specs for Proc#parameters with both styles of anonymous restarg. =================================================================== +++ 20110116T234425Z @@ 13375 @@ Hash#each - yields a [[key, value]] Array for each pair to a block expecting |*args| - yields the key and value of each pair to a block expecting |key, value| +- yields the key only to a block expecting |key,| - uses the same order as keys() and values() - returns an Enumerator if called on a non-empty hash without a block - returns an Enumerator if called on an empty hash without a block @@ 40456 @@ Hash#each - yields a [[key, value]] Array for each pair to a block expecting |*args| - yields the key and value of each pair to a block expecting |key, value| +- yields the key only to a block expecting |key,| - uses the same order as keys() and values() - returns an Enumerator if called on a non-empty hash without a block - returns an Enumerator if called on an empty hash without a block
OlderDiff < 20110115T234433Z < ThisDiff > 20110116T234425Z > NewerDiff