aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_method.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded codeMarc-Andre Lafortune2020-12-241-5/+0
* Fix class of method in Method#inspect for singleton classes of classesJeremy Evans2020-12-231-0/+14
* test/ruby: Check warning messages at a finer granularityNobuyoshi Nakada2020-12-171-1/+0
* Fix assert_ruby_status usage in 174ae0f5775cc7af7d197963a8f87b7d1972c268Kazuhiro NISHIYAMA2020-10-031-1/+1
* Remove known use-after-poison bugNobuyoshi Nakada2020-10-031-0/+4
* Fix Method#super_method for aliased methodsJeremy Evans2020-08-271-0/+80
* Work around infinite loop when overriding method visibility in prepended modu...Jeremy Evans2020-06-091-0/+21
* Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188Jeremy Evans2020-03-221-1/+1
* Don't display singleton class in Method#inspect unless method defined thereJeremy Evans2020-03-091-0/+8
* refactoring: use Proc and Constant.Koichi Sasada2020-01-291-6/+2
* support multi-run for test/ruby/test_method.rbKoichi Sasada2020-01-281-6/+21
* Fixed up 0eeed5bcc5530edb0af2af2ccff09d067c59e8f9Nobuyoshi Nakada2020-01-091-1/+3
* Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__Jeremy Evans2020-01-031-1/+1
* Make {Method,UnboundMethod}#super_method handle clone/bind/unbindJeremy Evans2019-12-041-0/+30
* Refined inspection of argument forwardingNobuyoshi Nakada2019-11-211-2/+4
* Add tests of argument forwarding's parameters and inspectKazuhiro NISHIYAMA2019-11-201-0/+5
* Update representation (discussed on ruby tracker)zverok2019-11-201-20/+20
* Method parameters inspectzverok2019-11-201-6/+63
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-3/+0
* Revert "Method reference operator"Nobuyoshi Nakada2019-11-121-36/+0
* remove `unused var` warningKoichi Sasada2019-10-011-0/+1
* Use assert_operator instead of mere assertNobuyoshi Nakada2019-09-301-2/+2
* Now `use_symbol` is always trueNobuyoshi Nakada2019-09-301-2/+2
* Emulate method_list (chkbuild) on test-all.Koichi Sasada2019-09-301-0/+41
* Allows calling a private method only with bare `self`Nobuyoshi Nakada2019-09-201-0/+1
* Allow calling a private method with `self.`Dylan Thacker-Smith2019-09-201-1/+1
* Make Method/Proc#parameters handle **nil syntaxJeremy Evans2019-08-301-0/+6
* Make the dot-colon method reference frozenMaciej Mensfeld2019-08-301-0/+13
* proc.c: Add UnboundMethod#bind_callYusuke Endoh2019-08-301-0/+9
* Freeze method reference operator objectNobuyoshi Nakada2019-08-291-0/+4
* Method#inspect with source location.Koichi Sasada2019-07-141-8/+8
* Hide internal IDsNobuyoshi Nakada2019-04-261-0/+5
* range.c: force hash values fixablenobu2019-04-081-0/+1
* proc.c: call respond_to_missing? with a symbolnobu2019-03-061-0/+16
* test/ruby/test_method.rb: Remove unreachable callkazu2019-01-101-2/+2
* proc.c: check if callablenobu2019-01-101-2/+2
* Method reference operatornobu2018-12-311-0/+19
* test_method.rb: do not kill RubyCI openSUSE machinek0kubun2018-12-271-0/+4
* Proc#<< and Proc#>>nobu2018-11-221-8/+11
* proc.c: Support any callable when composing Procsnobu2018-11-221-3/+17
* proc.c: Implement Method#* for Method compositionnobu2018-11-221-0/+34
* proc.c: fix segfault when no singleton classnobu2018-04-031-0/+3
* Fix Kernel#singleton_method with Module#Prependnobu2018-04-031-0/+10
* proc: fix super_method segfault after bindnormal2018-01-301-0/+5
* Unneeded assertiona_matsuda2017-12-121-1/+0
* Add Method#=== that invokes #calla_matsuda2017-12-121-0/+6
* fix backtrace on argment error.ko12017-11-091-0/+27
* proc.c: super_method of included methodnobu2017-10-061-0/+10
* proc.c: infect inspect resultnobu2017-06-141-0/+3
* test/ruby/test_method.rb: refined [ruby-core:81666] [Bug #13656]nobu2017-06-141-5/+6