OlderDiff < 20110119T010205Z < ThisDiff > 20110120T013258Z > NewerDiff
COMMIT Add spec for defined?(super) when the superclass is a module. From JRUBY-5391. =================================================================== +++ 20110120T013258Z @@ 21656 @@ - returns 'super' from a block when a superclass method exists - returns 'super' from a #define_method when a superclass method exists - returns 'super' from a block in a #define_method when a superclass method exists +- returns 'super' when the method exists in a supermodule The defined? keyword for super for a method taking arguments - returns nil when no superclass method exists @@ 59866 @@ - returns 'super' from a block when a superclass method exists - returns 'super' from a #define_method when a superclass method exists - returns 'super' from a block in a #define_method when a superclass method exists +- returns 'super' when the method exists in a supermodule The defined? keyword for super for a method taking arguments - returns nil when no superclass method exists @@ 59884 @@ Finished in <t> seconds +1 file, 218 examples, <num> expectations, 0 failures, 0 errors == rubyspec/language/eigenclass_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/bin/ruby rubyspec/language/eigenclass_spec.rb ruby <version> =================================================================== --- 20110119T010205Z @@ 59882 @@ Finished in <t> seconds -1 file, 217 examples, <num> expectations, 0 failures, 0 errors == rubyspec/language/eigenclass_spec.rb # <time> + bin/ruby mspec/bin/mspec -V -f s -B /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/rubyspec/ruby.1.8.mspec -t /Users/chkbuild/chkbuild/tmp/build/ruby-1.8.6/<buildtime>/bin/ruby rubyspec/language/eigenclass_spec.rb ruby <version>
OlderDiff < 20110119T010205Z < ThisDiff > 20110120T013258Z > NewerDiff