summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_module.rb
Commit message (Expand)AuthorAgeFilesLines
* * vm_eval.c (yield_under): yields self the same as 1.8.shugo2009-12-101-1/+1
* fixed tests.shugo2009-12-041-1/+1
* * compile.c (compile_cpath, iseq_compile_each): revertedshugo2009-12-031-4/+23
* * vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo2009-11-161-0/+24
* * vm_method.c (rb_add_method_def): no redefinition warning onnobu2009-10-031-0/+8
* * vm_method.c (rb_add_method_def): show the location wherenobu2009-09-301-0/+4
* * test/ruby/test_{class,module}.rb (test_method_redefinition): includenobu2009-09-291-1/+29
* * test/ruby/test_{class,module}.rb (test_method_redefinition): refined.nobu2009-09-291-0/+28
* * test/ruby/test_module.rb: suppress warnings.nobu2009-09-291-4/+4
* * vm_method.c (rb_alias): hooks are called from rb_add_method_def.nobu2009-09-121-1/+13
* * vm_method.c (rb_add_method, rb_add_method_me): call method addednobu2009-09-121-0/+19
* * test/ruby/test_module.rb (test_ancestors, test_included_modules):mame2009-07-301-4/+10
* * insns.def (defineclass): preserve encoding of class/modulenobu2009-07-301-0/+8
* * vm_insnhelper.c (vm_call_method): __send__ can call protectednobu2009-07-261-1/+21
* * test/ruby/test_module.rb (TestModule#test_alias): warningmatz2009-07-221-1/+1
* * test/ruby/test_module.rb (TestModule#test_undef): adjust tomatz2009-07-061-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * test/ruby/test_module.rb (test_remove_class_variable): add a testmame2008-10-091-10/+9
* * test/ruby/test_module.rb (TestModule#test_mod_constants): shouldmatz2008-10-061-4/+5
* * test/ruby/test_module.rb (TestModule#_wrap_assertion): addmatz2008-10-061-0/+4
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-0/+18
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-151-49/+33
* * test/ruby/test_modules.rb (remove_json_mixins): change judgmentmame2008-05-241-1/+1
* * test/ruby/test_modules.rb (test_ancestors, test_included_modules):mame2008-05-241-4/+10
* * test/ruby/test_require.rb: new tests for library requiring, tomame2008-05-211-0/+19
* * test/ruby/test_module.rb (assert_method_defined?): added.nobu2008-05-161-6/+52
* * test/ruby/test_object.rb: new tests to achieve over 90% testmame2008-05-141-0/+331
* * test/ruby/test_module.rb: fix to use Symbol instead of Stringko12007-02-081-24/+24
* * Merge YARVko12006-12-311-0/+316