TSUYUSATO Kitsune 92d6c9a7b1 [ruby/irb] Allow show_source for private methods
(https://github.com/ruby/irb/pull/589)

* Allow `show_source` for private methods

Fix https://github.com/ruby/irb/pull/577

* Pend tests on TruffleRuby

It seems `eval(..., __LINE__ + 1)` does not work.
Other similar tests are also pended on TruffleRuby, so I think it
is acceptable.

* Use `private_method_defined?` instead of `defined?`
2023-05-23 16:16:37 +00:00
..
2023-03-06 23:44:01 -08:00
2023-03-06 23:44:01 -08:00
2023-03-06 23:44:01 -08:00
2023-03-06 23:44:01 -08:00
2023-05-15 21:49:01 +00:00
2023-05-10 09:52:33 +09:00
2023-03-14 12:51:58 +09:00