aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_module.rb
Commit message (Expand)AuthorAgeFilesLines
* Make Module#prepend affect the iclasses of the moduleJeremy Evans2020-06-181-0/+22
* Ensure origins for all included, prepended, and refined modulesJeremy Evans2020-06-031-0/+37
* Fix origin iclass pointer for modulesJeremy Evans2020-05-221-0/+59
* Revert "Fix origin iclass pointer for modules"Jeremy Evans2020-05-221-59/+0
* Fix origin iclass pointer for modulesJeremy Evans2020-05-221-0/+59
* Moved already resolved testNobuyoshi Nakada2020-04-271-0/+16
* setup Other class.Koichi Sasada2020-02-281-0/+6
* Make Module#include affect the iclasses of the moduleJeremy Evans2020-02-271-0/+51
* Made a test more robustNobuyoshi Nakada2020-02-071-4/+7
* support multi-run for test/ruby/test_module.rbKoichi Sasada2020-01-281-2/+35
* Call initialize_clone with freeze: false if clone called with freeze: falseJeremy Evans2020-01-031-0/+6
* Made the warning for deprecated constants follow the category flagNobuyoshi Nakada2019-12-191-0/+5
* 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