T
Thibaut Barrère
Hi,
very often I use this method:
def launch(cmd)
raise "Error launching #{cmd}" unless system(cmd)
end
Is there a built-in equivalent ?
cheers,
-- Thibaut
very often I use this method:
def launch(cmd)
raise "Error launching #{cmd}" unless system(cmd)
end
Is there a built-in equivalent ?
cheers,
-- Thibaut