method
command
rails latest stable - Class:
FileOperations
command(str)public
No documentation available.
# File actionwebservice/setup.rb, line 552
def command(str)
$stderr.puts str if verbose?
system str or raise RuntimeError, "'system #{str}' failed"
end