instance method
package_filename
Ruby on Rails 1.2.3
Since v1.0.3 Last seen in v2.2.3 PrivateSignature
package_filename(package)
No documentation comment.
Parameters
-
packagereq
Source
# File lib/importmap/packager.rb, line 136
def package_filename(package)
package.gsub("/", "--") + ".js"
end
Defined in lib/importmap/packager.rb line 136
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Importmap::Packager