class method
self.new
Ruby on Rails 1.2.3
Since v1.0.3 Last seen in v2.2.3Signature
self.new()
No documentation comment.
Source
# File lib/importmap/map.rb, line 8
def initialize
@packages, @directories = {}, {}
@cache = {}
end
Defined in lib/importmap/map.rb line 8
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Importmap::Map