OlderDiff < 20110412T202936Z < ThisDiff > 20110413T202708Z > NewerDiff
COMMIT [Charles Oliver Nutter] Add spec for 'self' in binding from within Class/Module.new block. =================================================================== +++ 20110413T202708Z @@ 29579 @@ Kernel.binding - needs to be reviewed for spec completeness - uses the caller's self for 'self' in the binding +- uses the class or module as 'self' in a binding call from Class/Module.new block form /Users/chkbuild/chkbuild/tmp/build/ruby-1.9.2/<buildtime>/rubyspec/core/kernel/block_given_spec.rb Kernel#block_given? @@ 50180 @@ Finished in <t> seconds +3332 files, 17342 examples, <num> expectations, 14 failures, 4 errors exit 1 failed(rubyspec) == end # <time> =================================================================== --- 20110412T202936Z @@ 50180 @@ Finished in <t> seconds -3332 files, 17341 examples, <num> expectations, 14 failures, 4 errors exit 1 failed(rubyspec) == end # <time>
OlderDiff < 20110412T202936Z < ThisDiff > 20110413T202708Z > NewerDiff