summaryrefslogtreecommitdiff
path: root/test/ruby/test_method.rb
AgeCommit message (Expand)Author
2019-08-30Make the dot-colon method reference frozenMaciej Mensfeld
2019-08-30proc.c: Add UnboundMethod#bind_callYusuke Endoh
2019-08-29Freeze method reference operator objectNobuyoshi Nakada
2019-07-14Method#inspect with source location.Koichi Sasada
2019-04-26Hide internal IDsNobuyoshi Nakada
2019-04-08range.c: force hash values fixablenobu
2019-03-06proc.c: call respond_to_missing? with a symbolnobu
2019-01-10test/ruby/test_method.rb: Remove unreachable callkazu
2019-01-10proc.c: check if callablenobu
2018-12-31Method reference operatornobu
2018-12-27test_method.rb: do not kill RubyCI openSUSE machinek0kubun
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