method
command
v1.2.6 -
Show 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