class IRB::ExtendCommand::Delete

def execute(*args)

def execute(*args)
  super(pre_cmds: ["delete", *args].join(" "))
end