ruby/tool/lib
nagachika 9d8d0585ec merge revision(s) f6adc5be94a9f70a5b9897b81dabdeb49b573393,bccdc041665032b819fab1c04ed4dbdfeeeb366b: [Backport #19582]
Check if Bundler is defined

	---
	 tool/lib/leakchecker.rb | 2 +-
	 1 file changed, 1 insertion(+), 1 deletion(-)

	Check if `Bundler::EnvironmentPreserver` is defined

	Only `Bundler` might be defined.  `EnvironmentPreserver` and its
	`BUNDLER_PREFIX` would be defined together in the same file.
	---
	 tool/lib/leakchecker.rb | 5 ++++-
	 1 file changed, 4 insertions(+), 1 deletion(-)
2023-07-17 09:54:51 +09:00
..
-test- Get rid of defining methods for tests in core classes 2021-01-09 22:38:06 +09:00
test Use class methods of File over Kernel.open and IO.read 2022-12-01 02:28:49 +09:00
webrick Remove require 'io/wait' where it's no longer necessary. (#6932) 2022-12-15 11:37:01 +13:00
bundled_gem.rb Load gemspec file at that directory 2022-08-05 09:52:20 +09:00
colorize.rb Fix positional argument color [ci skip] 2022-12-12 23:32:37 +09:00
core_assertions.rb Use URI-0.12.1 for Ruby 3.2 (#7603) 2023-03-28 11:36:36 +00:00
envutil.rb Support new style diagnostic reports 2022-12-25 00:43:27 +09:00
find_executable.rb
gc_checker.rb check GC.enable'd status 2021-08-05 17:11:50 +09:00
iseq_loader_checker.rb
jisx0208.rb
leakchecker.rb merge revision(s) f6adc5be94a9f70a5b9897b81dabdeb49b573393,bccdc041665032b819fab1c04ed4dbdfeeeb366b: [Backport #19582] 2023-07-17 09:54:51 +09:00
memory_status.rb Memory::Status#_update should return self 2021-08-29 16:32:12 +09:00
output.rb Skip calling f.read for overwrite: true-only cases 2022-12-13 00:25:02 -08:00
profile_test_all.rb Use Test::Unit namespace 2021-09-11 08:48:03 +09:00
tracepointchecker.rb
vcs.rb vcs.rb: do not reference the constant before assignment 2022-11-01 11:40:32 +09:00
vpath.rb file2lastrev.rb: separate options for Output and VPath 2022-11-02 12:38:03 +09:00
webrick.rb
zombie_hunter.rb