# File setup.rb, line 163 def command(str) $stderr.puts str if verbose? system str or raise RuntimeError, "'system #{str}' failed" end