class IRB::ExtendCommand::Step

def execute(*args)

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