summaryrefslogtreecommitdiff
path: root/lib/irb/cmd/next.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/cmd/next.rb')
-rw-r--r--lib/irb/cmd/next.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/cmd/next.rb b/lib/irb/cmd/next.rb
index 2943a753fb..d29c82e7fc 100644
--- a/lib/irb/cmd/next.rb
+++ b/lib/irb/cmd/next.rb
@@ -6,7 +6,7 @@ module IRB
# :stopdoc:
module ExtendCommand
- class Next < Debug
+ class Next < DebugCommand
def execute(*args)
super(do_cmds: ["next", *args].join(" "))
end