summaryrefslogtreecommitdiff
path: root/test/ruby/test_method.rb
AgeCommit message (Expand)Author
2015-12-20* proc.c (rb_mod_define_method): should check Symbol or not.ko1
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-09* vm.c (rb_vm_cref_in_context): Module#define_method in non-classko1
2015-11-13* vm.c (vm_define_method): do not use current CREF immediately,ko1
2015-10-02test_method.rb: remove unlinked method entry testnobu
2015-10-02test_method.rb: finite loopnobu
2015-08-07proc.c: fix for uncallable methodnobu
2015-07-07* test/ruby/test_method.rb (TestMethod#test_{instance,define}_method): assumedusa
2015-07-07symbol.c: preserve encodingnobu
2015-07-06* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko1
2015-06-19test_method.rb: fix commit missnobu
2015-06-19proc.c: ArgumentError if no blocknobu
2015-06-19test_method.rb: split testnobu
2015-06-17* include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-05-21test_method.rb: add assertionnobu
2015-05-21* proc.c: fix issues caused by binding created from Method#to_proc.ko1
2015-03-29proc.c: replicate method envnobu
2015-01-06* test/ruby/test_method.rb: Add test for &-coersion of anheadius
2014-11-25vm_eval.c: preserve encodingnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-11-02* test/ruby/test_method.rb: r48239 makes this test green.ko1
2014-07-26proc.c: method_super_methodnobu
2014-06-19proc.c: Implement Method#currynobu
2014-03-18* vm_eval.c (eval_string_with_cref): Use file path even if scope issorah
2013-12-25iseq.c: fix parameter of unnamed rest keywords argumentnobu
2013-12-25proc.c: fix arity of rest keywords argumentnobu
2013-12-25test_method.rb, test_proc.rb: suppress warningsnobu
2013-12-24test_method.rb: fix testnobu
2013-12-24proc.c: make method by define_method publicnobu
2013-12-14proc.c: method by respond_to_missing?nobu
2013-12-13proc.c: fix inherited ownernobu
2013-12-13proc.c, vm_method.c: fix super and aliasnobu
2013-12-13test/ruby: better assertionsnobu
2013-08-05* object.c (rb_class_inherited_p): allow iclasses to be tested forcharliesome
2013-07-22vm_eval.c: use file argumentnobu
2013-06-14vm_eval.c: __dir__ in evalnobu
2013-06-14test_method.rb: use realpathnobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-05-27test_method.rb: fix for direct invocationnobu
2013-05-13proc.c: Kernel#singleton_methodnobu
2013-03-31proc.c: consider noex in define_methodnobu
2013-03-31test_method.rb: splitnobu
2013-03-25test_method.rb: refine assertionsnobu
2013-03-25* test/ruby/test_method.rb (test_unlinked_method_entry_in_method_object_bug):nobu
2013-03-05test_method.rb: reduce iterationnobu
2013-03-05proc.c: revert r39224nobu
2013-02-16* vm.c (rb_thread_mark): mark a working Proc of bmethodko1
2013-02-13proc.c: skip prependsnobu
2013-02-13proc.c: original_namenobu