class IRB::ExtendCommand::Catch

def execute(*args)

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