aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_method.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* proc.c: skip prepended modulesnobu2017-06-141-0/+11
* proc.c: follow the original classnobu2016-10-251-0/+16
* assertions.rb: set default internal encodingnobu2016-04-091-10/+6
* test/ruby: suppress parser warningsnobu2016-02-191-13/+13
* * proc.c (rb_mod_define_method): should check Symbol or not.ko12015-12-201-0/+14
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * vm.c (rb_vm_cref_in_context): Module#define_method in non-classko12015-12-091-1/+3
* * vm.c (vm_define_method): do not use current CREF immediately,ko12015-11-131-0/+17
* test_method.rb: remove unlinked method entry testnobu2015-10-021-12/+0
* test_method.rb: finite loopnobu2015-10-021-8/+3
* proc.c: fix for uncallable methodnobu2015-08-071-0/+5
* * test/ruby/test_method.rb (TestMethod#test_{instance,define}_method): assumedusa2015-07-071-8/+12
* symbol.c: preserve encodingnobu2015-07-071-0/+11