instance method
packages
Ruby on Rails 1.2.3
Since v1.2.3 Last seen in v2.2.3Signature
packages()
No documentation comment.
Source
# File lib/importmap/commands.rb, line 107
def packages
puts npm.packages_with_versions.map { |x| x.join(' ') }
end
Defined in lib/importmap/commands.rb line 107
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Importmap::Commands