method
remove_file
v2_6_3 -
Show latest stable
- Class:
Bundler::FileUtils::Entry_
remove_file()public
No documentation available.
# File lib/bundler/vendor/fileutils/lib/fileutils.rb, line 1339
def remove_file
platform_support {
File.unlink path
}
end