summaryrefslogtreecommitdiff
path: root/test/ruby/test_method.rb
Commit message (Expand)AuthorAgeFilesLines
* Handle private AREF call in compile.cNobuyoshi Nakada2023-04-301-0/+8
* UnboundMethod only refer defined_classKoichi Sasada2022-12-031-4/+4
* Suppress a "warning: method redefined" in test/ruby/test_method.rbYusuke Endoh2022-10-121-0/+1
* Reduce diff to proc.c @ b0b9f7201acab05c2a3ad92c3043a1f01df3e17fBenoit Daloze2022-09-291-2/+5
* Extend tests for a zsuper method of which the method it resolved to has been ...Benoit Daloze2022-09-291-0/+41
* Resolve zsuper method during lookup but preserve owner separatelyBenoit Daloze2022-09-291-11/+55
* Consider resolved-through-zsuper methods equal for compatibilityBenoit Daloze2022-08-201-0/+18
* Make Object#method and Module#instance_method not skip ZSUPER methodsJeremy Evans2022-08-201-5/+54
* Revert "Add {Method,UnboundMethod}#{public?,private?,protected?}"Jeremy Evans2022-08-101-51/+2
* Make define_singleton_method always define a public methodJeremy Evans2022-03-291-0/+11
* Fix {Method,UnboundMethod}#{public?,private?,protected?} for ZSUPER methodsJeremy Evans2022-01-141-0/+30
* Fix the previous commitYusuke Endoh2022-01-041-1/+1
* test/ruby/test_method.rb: Fix a random failure during `make COVERAGE=1`Yusuke Endoh2022-01-041-1/+1
* Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA2022-01-041-1/+1
* Add support for anonymous rest and keyword rest argument forwardingJeremy Evans2021-12-301-6/+6
* Add {Method,UnboundMethod}#{public?,private?,protected?}Jeremy Evans2021-12-091-0/+19
* Add keyrest to ruby2_keywords parameters [Bug #18011]Nobuyoshi Nakada2021-08-031-2/+2
* use me->def instead of me for opt_tableKoichi Sasada2021-07-291-0/+15
* [Bug #17780] Fix Method#super_method for module aliasPeter Zhu2021-04-071-0/+13
* 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