summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_class.rb
Commit message (Expand)AuthorAgeFilesLines
* * class.c (rb_class_new): move class check to rb_check_inheritable().matz2009-10-231-2/+1
* * vm_method.c (rb_add_method_def): no redefinition warning onnobu2009-10-031-1/+9
* * vm_method.c (rb_add_method_def): show the location wherenobu2009-09-301-0/+4
* * test/ruby/test_class.rb (test_method_redefinition): commit miss.nobu2009-09-291-1/+1
* * test/ruby/test_{class,module}.rb (test_method_redefinition): includenobu2009-09-291-1/+3
* * test/ruby/test_{class,module}.rb (test_method_redefinition): refined.nobu2009-09-291-20/+30
* * vm_method.c (rb_add_method_def): nothing to do if old method hadnobu2009-09-291-0/+8
* * test/ruby/test_class.rb (test_module_function): tests for warnings.nobu2009-09-291-0/+27
* * insns.def (defineclass): preserve encoding of class/modulenobu2009-07-301-0/+7
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-151-16/+9
* * test/ruby/test_file.rb: add tests for uninitialized object.mame2008-06-021-0/+5
* * test/ruby/test_require.rb: new tests for library requiring, tomame2008-05-211-0/+41
* * test/ruby/test_object.rb: new tests to achieve over 90% testmame2008-05-141-0/+28
* * Merge YARVko12006-12-311-0/+80