summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorNAKAMURA Usaku <usa@ruby-lang.org>2021-09-19 19:43:12 +0900
committerNAKAMURA Usaku <usa@ruby-lang.org>2021-09-19 19:43:12 +0900
commitac7c2754c004cdb3618738e315d2e2cb5f68a3a8 (patch)
tree03df90d8af800f1747b27a2ae02b5896d432ce7f /tool
parent2a7235421fcd59b449c84306d059f22b4c5f0865 (diff)
merge revision(s) b8386f7f7f6d7a7d76481e02d389d0f5211f0f2c [Backport #18161]
Prepend DebugSystem to VCS class only And revert 24e5f1c982966c379220b1bbb26b4e0320180fa1, pepending to Kernel did not affect the top level methods before 3.0.
Diffstat (limited to 'tool')
-rw-r--r--tool/lib/vcs.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/tool/lib/vcs.rb b/tool/lib/vcs.rb
index 3553ed51a9..fcee91a7a4 100644
--- a/tool/lib/vcs.rb
+++ b/tool/lib/vcs.rb
@@ -117,9 +117,6 @@ else
ret
end
end
- module Kernel
- prepend(DebugSystem)
- end
end
class VCS