method
remove_file

remove_file()
public
Hide source
# File lib/fileutils.rb, line 1458 def remove_file platform_support { File.unlink path } end