aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_module.rb
Commit message (Expand)AuthorAgeFilesLines
* fix typonobu2012-03-161-1/+1
* * variable.c (set_const_visibility): clear inine-cache when constant'snagachika2011-12-081-0/+21
* * variable.c (set_const_visibility): Module#private_constant hasmame2011-12-031-0/+13
* Fix 33906: remove JSON::Ext::Generator::GeneratorMethods::String.naruse2011-11-301-0/+2
* * test/ruby/test_module.rb (TestModule): removed remove_*_mixins methods.nobu2011-11-301-31/+8
* * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain2011-11-301-4/+8
* * test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu2011-10-071-3/+0
* * vm_insnhelper.c (vm_search_const_defined_class): searchnobu2011-09-021-9/+19
* * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu2011-09-011-0/+14
* fixed tests broken by new minitest mixinryan2011-08-231-4/+8
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-261-0/+8
* * parse.y (rb_check_id): conversion condition was inverse.nobu2011-07-231-0/+2
* * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu2011-07-221-0/+3
* * test/ruby/test_module.rb (TestModule#test_method_{undefined,removed}):nobu2011-07-171-0/+58
* * test/ruby/test_module.rb: tests for [Bug #3422] and [Bug #3423].nobu2011-06-301-3/+34
* * test/ruby/test_module.rb (TestModule#remove_rake_mixins): remove allnobu2011-06-101-3/+4
* * test/ruby/test_module.rb (TestModule#test_mix_const): test fornobu2011-06-041-1/+16
* * class.c (check_mix_method_i, do_mix_method_i): not mix methodsnobu2011-06-041-0/+15
* * class.c (rb_mix_module): implement Module#mix.nobu2011-05-311-0/+29
* * remove trailing spaces.nobu2011-05-151-1/+1
* * vm_insnhelper.c (vm_get_ev_const): should ignore crefs withshugo2011-03-311-0/+19
* * vm_insnhelper.c (vm_get_ev_const): search root cref properly.shugo2011-03-311-11/+39
* * eval.c (rb_mod_s_constants): should ignore crefs withshugo2011-03-311-0/+5
* * vm_insnhelper.h (COPY_CREF): should copyshugo2011-03-301-0/+16
* * vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame2011-01-291-0/+15
* * variable.c (rb_mod_const_of, sv_i): Module#constant should excludemame2011-01-281-0/+4
* * variable.c (rb_const_set): const_set shoud preserve constantmame2011-01-281-0/+4
* * compile.c (NODE_CLASS, NODE_MODULE), insns.def (defineclass): raisemame2011-01-281-0/+18
* * object.c (Init_Object), constant.h, variable.cmame2010-10-261-0/+20
* * vm.c (vm_define_method): defined method is run with the defaultnobu2010-10-241-1/+0
* * test/ruby/test_module.rb (test_attr_inherited_visibility): more discussion ...nobu2010-07-021-1/+2
* * test/ruby/test_module.rb (test_attr_inherited_visibility): see [ruby-core:3...nobu2010-06-121-0/+13
* * test/ruby/test_module.rb (test_uninitialized_toplevel_constant): test for [...nobu2010-06-121-0/+6
* * test/ruby: fixed nonsense assertions.nobu2010-04-291-1/+1
* instance_methods should not special-case singleton classes, fixes #2993shyouhei2010-03-291-0/+8
* * test/ruby/test_dir.rb: get rid of debug print.mame2010-01-221-7/+3
* * test/ruby/test_array.rb: add a test for Array#rotate, rotate!.mame2010-01-221-0/+19
* * 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