summaryrefslogtreecommitdiff
path: root/test/ruby/test_module.rb
AgeCommit message (Expand)Author
2020-11-20Do not allow Module#include to insert modules before the origin in the lookup...Jeremy Evans
2020-10-14remove uneffective testKoichi Sasada
2020-09-25Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada
2020-09-02Fix constant names set using const_set on a singleton classMarc-Andre Lafortune
2020-06-18Make Module#prepend affect the iclasses of the moduleJeremy Evans
2020-06-03Ensure origins for all included, prepended, and refined modulesJeremy Evans
2020-05-22Fix origin iclass pointer for modulesJeremy Evans
2020-05-22Revert "Fix origin iclass pointer for modules"Jeremy Evans
2020-05-22Fix origin iclass pointer for modulesJeremy Evans
2020-04-27Moved already resolved testNobuyoshi Nakada
2020-02-28setup Other class.Koichi Sasada
2020-02-27Make Module#include affect the iclasses of the moduleJeremy Evans
2020-02-07Made a test more robustNobuyoshi Nakada
2020-01-28support multi-run for test/ruby/test_module.rbKoichi Sasada
2020-01-03Call initialize_clone with freeze: false if clone called with freeze: falseJeremy Evans
2019-12-19Made the warning for deprecated constants follow the category flagNobuyoshi Nakada
2019-11-20Fix test_module.rbzverok
2019-10-16Warn for calling public/protected/private/module_function without arguments i...Jeremy Evans
2019-09-26Fix Module#name news and add a testJean Boussier
2019-09-20Allow calling a private method with `self.`Dylan Thacker-Smith
2019-08-29Show the previous definition location,Nobuyoshi Nakada
2019-08-14Don't accidentally name anonymous module/classAlan Wu
2019-08-09introduce RCLASS_CLONED flag for inline cache.Koichi Sasada
2019-08-01Make attr* methods define public methods if self in caller is not same as rec...Jeremy Evans
2019-07-14Method#inspect with source location.Koichi Sasada
2019-06-23Module#constant_source_location [Feature #10771]Nobuyoshi Nakada
2019-06-01Fix FrozenError when assigning frozen class to constantNobuyoshi Nakada
2019-04-08object.c: fix searching nested const pathsnobu
2019-04-08test_module.rb: fix a typonobu
2019-01-28Fix `Module#const_defined?` on inherited constantsnobu
2019-01-08Check by #name [ruby-core:90853] [Bug #15497]nobu
2019-01-08Defer escaping control char in error messagesnobu
2018-12-18should use defined_class.ko1
2018-08-13Fix problem about notimplemented caseusa
2018-08-13Revert "Support optional inherit argument for Module#method_defined?"kazu
2018-08-13Support optional inherit argument for Module#method_defined?usa
2018-07-06const_missing on private constantsnobu
2018-06-19variable.c: fix receiver on private constantnobu
2018-04-17Remove the disabled old tests for Ruby 1.8/1.9 feature changemame
2018-03-12Fix setting method visibility on method wrapped with prependnobu
2018-02-10insns.def: cache nil constnobu
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-11-29Make Module#{define|alias|undef|remove}_method public [#14133]marcandre
2017-11-29Make Module#attr{accessor|reader|writer|} public [#14132]marcandre
2016-11-14* test/ruby/test_module.rb: Method tables are not guaranteed to beheadius
2016-11-06include and prepend check no argsnobu
2016-09-09variable.c: fix deprecated constant messagenobu
2016-09-09variable.c: fix private constant messagenobu
2016-07-19variable.c: exclude private constantsnobu
2016-05-27variable.c: hidden constantsnobu