method
delete
ruby latest stable - Class:
Sys
delete(*wildcards)public
Remove all files matching wildcard. If a matching file is a directory, it must be empty to be removed. used delete_all to recursively delete directories.
delete(*wildcards)Remove all files matching wildcard. If a matching file is a directory, it must be empty to be removed. used delete_all to recursively delete directories.