instance method
remove_existing_package_file
Ruby on Rails 2.0.3
Since v1.0.3 Last seen in v2.2.3 PrivateSignature
remove_existing_package_file(package)
No documentation comment.
Parameters
-
packagereq
Source
# File lib/importmap/packager.rb, line 103
def remove_existing_package_file(package)
FileUtils.rm_rf vendored_package_path(package)
end
Defined in lib/importmap/packager.rb line 103
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Importmap::Packager