aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_module.rb
Commit message (Expand)AuthorAgeFilesLines
* Make Module#prepend affect ancestor chain even if argument already included i...Jeremy Evans2021-01-141-1/+36
* Suppress constant redefinition warningsNobuyoshi Nakada2021-01-111-0/+2
* test/ruby/test_module.rb: not depend on the order of method definitionsYusuke Endoh2020-12-241-5/+5
* Module#public_class_method also accepts a symbol array as an argumentYusuke Endoh2020-12-241-1/+23
* test/ruby/test_module.rb: Avoid "warning: method redefined"Yusuke Endoh2020-12-191-2/+2
* Recommit 34f06062174882a98ebef998c50ad8d4f7fc0f2eYusuke Endoh2020-12-191-0/+17
* Partially reintroduce e042e8460bb9a63c05f938d51e8c7c5345a6f3a4 and ...Yusuke Endoh2020-12-191-1/+2
* Added missing tests for public, private, protected and alias_methodNobuyoshi Nakada2020-12-191-0/+73
* Added tests for [Feature #17314]Yusuke Endoh2020-12-191-0/+9
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-181-2/+2
* Revert "Added missing tests for public, private, protected and alias_method"Yusuke Endoh2020-12-181-73/+0
* Revert "Added tests for [Feature #17314]"Yusuke Endoh2020-12-181-28/+1
* Added tests for [Feature #17314]Nobuyoshi Nakada2020-12-181-1/+28
* Added missing tests for public, private, protected and alias_methodNobuyoshi Nakada2020-12-181-0/+73
* test/ruby: Check warning messages at a finer granularityNobuyoshi Nakada2020-12-171-5/+10
* Remove the uninitialized instance variable verbose mode warningJeremy Evans2020-12-101-2/+2
* Do not allow Module#include to insert modules before the origin in the lookup...Jeremy Evans2020-11-201-0/+10
* remove uneffective testKoichi Sasada2020-10-141-25/+0
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-251-16/+24
* Fix constant names set using const_set on a singleton classMarc-Andre Lafortune2020-09-021-2/+8
* 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