Subject: Is there something built-in for this ?
From: Thibaut BarrīĶe <thibaut.barrere gmail.com>
Date: Thu, 5 Feb 2009 22:54:28 +0900
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