class IRB::ExtendCommand::Next

def execute(*args)

def execute(*args)
  super(do_cmds: ["next", *args].join(" "))
end