summaryrefslogtreecommitdiff
path: root/test/ruby/test_method.rb
AgeCommit message (Expand)Author
2018-11-22Proc#<< and Proc#>>nobu
2018-11-22proc.c: Support any callable when composing Procsnobu
2018-11-22proc.c: Implement Method#* for Method compositionnobu
2018-04-03proc.c: fix segfault when no singleton classnobu
2018-04-03Fix Kernel#singleton_method with Module#Prependnobu
2018-01-30proc: fix super_method segfault after bindnormal
2017-12-12Unneeded assertiona_matsuda
2017-12-12Add Method#=== that invokes #calla_matsuda
2017-11-09fix backtrace on argment error.ko1
2017-10-06proc.c: super_method of included methodnobu
2017-06-14proc.c: infect inspect resultnobu
2017-06-14test/ruby/test_method.rb: refined [ruby-core:81666] [Bug #13656]nobu
2017-06-14proc.c: skip prepended modulesnobu
2016-10-25proc.c: follow the original classnobu
2016-04-09assertions.rb: set default internal encodingnobu
2016-02-19test/ruby: suppress parser warningsnobu
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