summaryrefslogtreecommitdiff
path: root/lib/irb/extend-command.rb
diff options
context:
space:
mode:
authorNuno Silva <nunosilva800@gmail.com>2024-02-06 16:46:41 +0000
committergit <svn-admin@ruby-lang.org>2024-02-06 16:46:50 +0000
commit300dee1fe8275b7444007b418323544b571f585c (patch)
tree96c09964d8b53b7ee38f7c1f6b4e7e39424cb7b6 /lib/irb/extend-command.rb
parent26fac8f6fa8bf73e5f45c3028cd5bc186d89f666 (diff)
[ruby/irb] Fix usage of tracer gem and add tests
(https://github.com/ruby/irb/pull/857) The new tests are skipped when ruby below 3.1, as it was a default gem on it, and in a version we do not support. This also move definition of `use_tracer` to module Context instead of monkey patch. https://github.com/ruby/irb/commit/08834fbd5f
Diffstat (limited to 'lib/irb/extend-command.rb')
-rw-r--r--lib/irb/extend-command.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/irb/extend-command.rb b/lib/irb/extend-command.rb
index 69d83080df..91ca96e91a 100644
--- a/lib/irb/extend-command.rb
+++ b/lib/irb/extend-command.rb
@@ -317,7 +317,6 @@ module IRB # :nodoc:
@EXTEND_COMMANDS = [
[:eval_history=, "ext/eval_history.rb"],
- [:use_tracer=, "ext/tracer.rb"],
[:use_loader=, "ext/use-loader.rb"],
]