summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuf Daniju <[email protected]>2023-04-23 20:41:28 +0200
committergit <[email protected]>2023-04-23 18:41:40 +0000
commitec211ad54d5ab8fef5031b8938028acaa1c5002a ()
tree73c79353683e4edad58d201c74474ea0cf472e84
parentdafbaabc04e5a2d34045af78629a7249fd8c7481 (diff)
[ruby/irb] fix typo in tracer (https://.com/ruby/irb/pull/565)
https://.com/ruby/irb/commit/2f567f3d3e
-rw-r--r--lib/irb/ext/tracer.rb2
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@
begin
require "tracer"
rescue LoadError
- $stderr.puts "Tracer extension of IRB is enabled but tracer gem doesn't found."
module IRB
class Context
def use_tracer=(opt)