summaryrefslogtreecommitdiff
path: root/test/ruby/test_method.rb
AgeCommit message (Expand)Author
2022-03-29Make define_singleton_method always define a public methodJeremy Evans
2022-01-14Fix {Method,UnboundMethod}#{public?,private?,protected?} for ZSUPER methodsJeremy Evans
2022-01-04Fix the previous commitYusuke Endoh
2022-01-04test/ruby/test_method.rb: Fix a random failure during `make COVERAGE=1`Yusuke Endoh
2022-01-04Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA
2021-12-30Add support for anonymous rest and keyword rest argument forwardingJeremy Evans
2021-12-09Add {Method,UnboundMethod}#{public?,private?,protected?}Jeremy Evans
2021-08-03Add keyrest to ruby2_keywords parameters [Bug #18011]Nobuyoshi Nakada
2021-07-29use me->def instead of me for opt_tableKoichi Sasada
2021-04-07[Bug #17780] Fix Method#super_method for module aliasPeter Zhu
2020-12-24Remove unneeded codeMarc-Andre Lafortune
2020-12-23Fix class of method in Method#inspect for singleton classes of classesJeremy Evans
2020-12-17test/ruby: Check warning messages at a finer granularityNobuyoshi Nakada
2020-10-03Fix assert_ruby_status usage in 174ae0f5775cc7af7d197963a8f87b7d1972c268Kazuhiro NISHIYAMA
2020-10-03Remove known use-after-poison bugNobuyoshi Nakada
2020-08-27Fix Method#super_method for aliased methodsJeremy Evans
2020-06-09Work around infinite loop when overriding method visibility in prepended modu...Jeremy Evans
2020-03-22Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188Jeremy Evans
2020-03-09Don't display singleton class in Method#inspect unless method defined thereJeremy Evans
2020-01-29refactoring: use Proc and Constant.Koichi Sasada
2020-01-28support multi-run for test/ruby/test_method.rbKoichi Sasada
2020-01-09Fixed up 0eeed5bcc5530edb0af2af2ccff09d067c59e8f9Nobuyoshi Nakada
2020-01-03Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__Jeremy 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