aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_module.rb
Commit message (Expand)AuthorAgeFilesLines
* insns.def: preserve encodingnobu2015-06-281-0/+5
* test_redefinition_mismatchnobu2015-06-281-0/+8
* * test/ruby/test_module.rb: Do not assume class variable order.eregon2015-06-021-2/+2
* * method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko12015-05-301-1/+1
* test_parse.rb: move assertionsnobu2015-05-221-0/+3
* * vm_method.c: Remove private attribute warning [Bug #10967]zzak2015-05-211-2/+1
* vm_eval.c: next super class from the originalnobu2015-03-061-0/+11
* variable.c: preserve name encoding of subclassnobu2015-02-281-0/+2
* test_module.rb: more testsnobu2015-01-201-8/+18
* class.c: prepend for each classesnobu2015-01-191-0/+11
* * test/ruby/test_method.rb: Add test for &-coersion of anheadius2015-01-061-0/+19
* * test/ruby/test_module.rb: Refactor invalid testcase.hsbt2015-01-021-2/+7
* test_module.rb: fix encodingnobu2014-11-181-1/+3
* object.c: fix error messagenobu2014-11-171-3/+5
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* test_module.rb: test with UTF-8nobu2014-10-201-1/+4
* vm_insnhelper.c: preserve encodingnobu2014-10-201-0/+5
* object.c (rb_class_real): do not dereference 0 VALUEnormal2014-09-251-0/+24
* class.c: do not freeze meta-meta-classnobu2014-09-191-3/+12
* * test/ruby/test_module.rb: Bump up timeout inheadius2014-07-201-1/+1
* class.c: always clear tables firstnobu2014-05-081-0/+19
* * test/ruby: get rid of warnings.usa2014-03-051-1/+1
* envutil.rb: move labeled_module and labeled_classnobu2014-02-261-8/+2
* class.c: do nothing if copying selfnobu2014-02-211-0/+11
* parse.y: symbol names must be ascii-compatiblenobu2014-02-051-0/+5
* eval.c: singleton class constantsnobu2014-01-171-0/+13
* object.c: check const namesnobu2013-12-141-4/+17
* object.c: nested path const_defined?nobu2013-12-141-0/+20
* object.c: fix typonobu2013-12-141-1/+1
* proc.c, vm_method.c: fix super and aliasnobu2013-12-131-0/+51
* test/ruby: better assertionsnobu2013-12-131-40/+40
* test_module.rb: quote namenobu2013-10-091-4/+9
* vm_method.c: preserve encodingnobu2013-10-091-1/+3
* test/unit/assertions.rb: return exceptionnobu2013-10-091-7/+10
* test: use assert_raisenobu2013-10-091-3/+3
* test_module.rb: toplevel includenobu2013-09-231-0/+10
* test_module.rb: use assertions for messagesnobu2013-09-231-12/+13
* parse.y: junk sigil only namesnobu2013-09-201-0/+4
* * eval.c (Init_eval): Make Module#include and Module#prepend publica_matsuda2013-09-031-0/+12
* vm_insnhelper.c: fix zsuper in prependednobu2013-08-291-0/+15
* * proc.c (rb_mod_define_method): now they return the symbols of theusa2013-08-141-0/+20
* * class.c (rb_prepend_module): make T_ICLASS object shady becauseko12013-08-121-0/+16
* * vm_insnhelper.c (vm_call_method): ensure methods of typecharliesome2013-06-181-0/+8
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-38/+0
* * class.c (include_modules_at): invalidate method cache if includedcharliesome2013-06-081-0/+20
* * variable.c (set_const_visibility): use rb_frame_this_func() insteadcharliesome2013-05-241-0/+9
* class.c: include modules onlynobu2013-05-081-1/+9
* class.c: exclude original modulenobu2013-05-081-0/+7
* object.c: skip prepending modulesnobu2013-05-021-2/+9
* * string.c (rb_str_inspect): refix r40413, on Ruby 1.9 usual characternaruse2013-04-231-2/+2