aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_module.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix test_module.rbzverok2019-11-201-1/+1
* Warn for calling public/protected/private/module_function without arguments i...Jeremy Evans2019-10-161-0/+11
* Fix Module#name news and add a testJean Boussier2019-09-261-0/+4
* Allow calling a private method with `self.`Dylan Thacker-Smith2019-09-201-1/+2
* Show the previous definition location,Nobuyoshi Nakada2019-08-291-4/+6
* Don't accidentally name anonymous module/classAlan Wu2019-08-141-0/+18
* introduce RCLASS_CLONED flag for inline cache.Koichi Sasada2019-08-091-0/+33
* Make attr* methods define public methods if self in caller is not same as rec...Jeremy Evans2019-08-011-0/+26
* Method#inspect with source location.Koichi Sasada2019-07-141-1/+1
* Module#constant_source_location [Feature #10771]Nobuyoshi Nakada2019-06-231-0/+17
* Fix FrozenError when assigning frozen class to constantNobuyoshi Nakada2019-06-011-0/+2
* object.c: fix searching nested const pathsnobu2019-04-081-0/+4
* test_module.rb: fix a typonobu2019-04-081-1/+1
* Fix `Module#const_defined?` on inherited constantsnobu2019-01-281-0/+11
* Check by #name [ruby-core:90853] [Bug #15497]nobu2019-01-081-6/+2
* Defer escaping control char in error messagesnobu2019-01-081-8/+0
* should use defined_class.ko12018-12-181-0/+18
* Fix problem about notimplemented caseusa2018-08-131-33/+72
* Revert "Support optional inherit argument for Module#method_defined?"kazu2018-08-131-72/+33
* Support optional inherit argument for Module#method_defined?usa2018-08-131-33/+72
* const_missing on private constantsnobu2018-07-061-0/+15
* variable.c: fix receiver on private constantnobu2018-06-191-4/+38
* Remove the disabled old tests for Ruby 1.8/1.9 feature changemame2018-04-171-3/+0
* Fix setting method visibility on method wrapped with prependnobu2018-03-121-0/+19
* insns.def: cache nil constnobu2018-02-101-0/+11
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-121-9/+9
* Make Module#{define|alias|undef|remove}_method public [#14133]marcandre2017-11-291-3/+7
* Make Module#attr{accessor|reader|writer|} public [#14132]marcandre2017-11-291-0/+12
* * test/ruby/test_module.rb: Method tables are not guaranteed to beheadius2016-11-141-1/+1
* include and prepend check no argsnobu2016-11-061-0/+12
* variable.c: fix deprecated constant messagenobu2016-09-091-0/+1
* variable.c: fix private constant messagenobu2016-09-091-0/+3
* variable.c: exclude private constantsnobu2016-07-191-0/+2
* variable.c: hidden constantsnobu2016-05-271-0/+2
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-3/+3
* vm_insnhelper.c: deprecated constant in classnobu2016-05-151-0/+2
* test_name use Integer instead of Fixnum.akr2016-05-011-1/+1
* assertions.rb: set default internal encodingnobu2016-04-091-8/+3
* test_module.rb: sort constantsnobu2015-12-311-1/+1
* * test/ruby/test_module.rb (test_classpath): r53376 may changenaruse2015-12-301-1/+1
* object.c: fix prepend cmpnobu2015-12-301-0/+6
* * vm_method.c (rb_method_entry_make, check_override_opt_method):shugo2015-12-181-0/+18
* * vm.c (rb_vm_check_redefinition_opt_method): should check the realshugo2015-12-171-0/+16
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * method.h: introduce the folliwing field and macros.ko12015-11-181-0/+14
* revert r52614, r52615, r52617 because they cause serious errorsko12015-11-171-14/+0
* * method.h: introduce rb_method_definition_t::complemented_count.ko12015-11-171-0/+14
* vm_method.c: check if frozen [Fix GH-1096]nobu2015-11-151-1/+10
* * vm_method.c: added documentation of protected/private methods.hsbt2015-10-301-8/+21
* encoding for inspectnobu2015-10-281-1/+1