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