summaryrefslogtreecommitdiff
path: root/tool/lib/vcs.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-07-26 15:43:46 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-07-26 15:44:40 +0900
commitb8386f7f7f6d7a7d76481e02d389d0f5211f0f2c (patch)
tree268f33970d6e2834ab5598388f5399b39da87d4d /tool/lib/vcs.rb
parent24e5f1c982966c379220b1bbb26b4e0320180fa1 (diff)
downloadruby-b8386f7f7f6d7a7d76481e02d389d0f5211f0f2c.tar.gz
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/lib/vcs.rb')
-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 b146dfe3aa..5d78d94c26 100644
--- a/tool/lib/vcs.rb
+++ b/tool/lib/vcs.rb
@@ -52,9 +52,6 @@ module DebugSystem
ret
end
end
-module Kernel
- prepend(DebugSystem)
-end
class VCS
prepend(DebugSystem) if defined?(DebugSystem)