summaryrefslogtreecommitdiff
path: root/test/ruby/test_class.rb
AgeCommit message (Expand)Author
2009-10-23* class.c (rb_class_new): move class check to rb_check_inheritable().matz
2009-10-03* vm_method.c (rb_add_method_def): no redefinition warning onnobu
2009-09-30* vm_method.c (rb_add_method_def): show the location wherenobu
2009-09-29* test/ruby/test_class.rb (test_method_redefinition): commit miss.nobu
2009-09-29* test/ruby/test_{class,module}.rb (test_method_redefinition): includenobu
2009-09-29* test/ruby/test_{class,module}.rb (test_method_redefinition): refined.nobu
2009-09-29* vm_method.c (rb_add_method_def): nothing to do if old method hadnobu
2009-09-29* test/ruby/test_class.rb (test_module_function): tests for warnings.nobu
2009-07-30* insns.def (defineclass): preserve encoding of class/modulenobu
2008-07-15* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame
2008-06-02* test/ruby/test_file.rb: add tests for uninitialized object.mame
2008-05-21* test/ruby/test_require.rb: new tests for library requiring, tomame
2008-05-14* test/ruby/test_object.rb: new tests to achieve over 90% testmame
2006-12-31 * Merge YARVko1