Method: Bundler::FileUtils::Entry_#remove_file
- Defined in:
- lib/bundler/vendor/fileutils/lib/fileutils.rb
#remove_file ⇒ Object
2330 2331 2332 2333 2334 |
# File 'lib/bundler/vendor/fileutils/lib/fileutils.rb', line 2330 def remove_file platform_support { File.unlink path } end |