class IRB::Command::Delete

def execute(arg)

def execute(arg)
  execute_debug_command(pre_cmds: "delete #{arg}")
end