summaryrefslogtreecommitdiff
path: root/test/ruby/test_method.rb
AgeCommit message (Expand)Author
2021-05-31merge revision(s) d8a13e504992a45d52063f7c925408d7aad3595a: [Backport #17780]NAKAMURA Usaku
2021-03-20merge revision(s) c60aaed1856b2b6f90de0992c34771830019e021: [Backport #17130]nagachika
2020-09-05Revert "Don't display singleton class in Method#inspect unless method defined...nagachika
2020-03-14Don't display singleton class in Method#inspect unless method defined thereJeremy Evans
2019-12-04Make {Method,UnboundMethod}#super_method handle clone/bind/unbindJeremy Evans
2019-11-21Refined inspection of argument forwardingNobuyoshi Nakada
2019-11-20Add tests of argument forwarding's parameters and inspectKazuhiro NISHIYAMA
2019-11-20Update representation (discussed on ruby tracker)zverok
2019-11-20Method parameters inspectzverok
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-12Revert "Method reference operator"Nobuyoshi Nakada
2019-10-01remove `unused var` warningKoichi Sasada
2019-09-30Use assert_operator instead of mere assertNobuyoshi Nakada
2019-09-30Now `use_symbol` is always trueNobuyoshi Nakada
2019-09-30Emulate method_list (chkbuild) on test-all.Koichi Sasada
2019-09-20Allows calling a private method only with bare `self`Nobuyoshi Nakada
2019-09-20Allow calling a private method with `self.`Dylan Thacker-Smith
2019-08-30Make Method/Proc#parameters handle **nil syntaxJeremy Evans
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