summaryrefslogtreecommitdiff
path: root/test/ruby/test_module.rb
AgeCommit message (Expand)Author
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
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-05-15vm_insnhelper.c: deprecated constant in classnobu
2016-05-01test_name use Integer instead of Fixnum.akr
2016-04-09assertions.rb: set default internal encodingnobu
2015-12-31test_module.rb: sort constantsnobu
2015-12-30* test/ruby/test_module.rb (test_classpath): r53376 may changenaruse
2015-12-30object.c: fix prepend cmpnobu
2015-12-18* vm_method.c (rb_method_entry_make, check_override_opt_method):shugo
2015-12-17* vm.c (rb_vm_check_redefinition_opt_method): should check the realshugo
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-11-18* method.h: introduce the folliwing field and macros.ko1
2015-11-17revert r52614, r52615, r52617 because they cause serious errorsko1
2015-11-17* method.h: introduce rb_method_definition_t::complemented_count.ko1
2015-11-15vm_method.c: check if frozen [Fix GH-1096]nobu
2015-10-30* vm_method.c: added documentation of protected/private methods.hsbt
2015-10-28encoding for inspectnobu
2015-10-26Add string argument test casesnobu
2015-10-26Replace tab with 8 spaces [Fix GH-1068]nobu
2015-09-27class.c: refine error messagesnobu
2015-09-16variable.c: fail if frozennobu
2015-08-04* test/ruby/test_module.rb: should not expect a method table ordering.ko1
2015-07-30variable.c: Module#deprecate_constantnobu
2015-06-28insns.def: preserve encodingnobu
2015-06-28test_redefinition_mismatchnobu
2015-06-02* test/ruby/test_module.rb: Do not assume class variable order.eregon
2015-05-30* method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko1
2015-05-22test_parse.rb: move assertionsnobu
2015-05-21* vm_method.c: Remove private attribute warning [Bug #10967]zzak
2015-03-06vm_eval.c: next super class from the originalnobu
2015-02-28variable.c: preserve name encoding of subclassnobu
2015-01-20test_module.rb: more testsnobu
2015-01-19class.c: prepend for each classesnobu
2015-01-06* test/ruby/test_method.rb: Add test for &-coersion of anheadius