summaryrefslogtreecommitdiff
path: root/lib/irb/cmd/step.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/cmd/step.rb')
-rw-r--r--lib/irb/cmd/step.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/cmd/step.rb b/lib/irb/cmd/step.rb
index dbd59806f8..d3d0f16291 100644
--- a/lib/irb/cmd/step.rb
+++ b/lib/irb/cmd/step.rb
@@ -6,7 +6,7 @@ module IRB
# :stopdoc:
module ExtendCommand
- class Step < Debug
+ class Step < DebugCommand
def execute(*args)
# Run `next` first to move out of binding.irb
super(pre_cmds: "next", do_cmds: ["step", *args].join(" "))