OLDREV 30553 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30553&diff_format=u NEWREV 30605 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30605&diff_format=u CHG ChangeLog 30552->30604 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?p1=branches/ruby_1_8/ChangeLog&r1=30553&r2=30605&pathrev=30605&diff_format=u CHG version.h 30553->30605 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/version.h?p1=branches/ruby_1_8/version.h&r1=30553&r2=30605&pathrev=30605&diff_format=u CHG win32/win32.c 29382->30604 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/win32/win32.c?p1=branches/ruby_1_8/win32/win32.c&r1=30553&r2=30605&pathrev=30605&diff_format=u COMMIT Add spec for defined?(super) when the superclass is a module. From JRUBY-5391. http://github.com/rubyspec/rubyspec/commit/34fafd366fac0cdf3fc170cfe994afd0be78bf5f =================================================================== +++ 20110120T024439Z @@ 24322 @@ - 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 @@ 64512 @@ - 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 @@ 64530 @@ Finished in seconds +1 file, 218 examples, expectations, 0 failures, 0 errors == rubyspec/language/eigenclass_spec.rb #