class method
self.new
Ruby on Rails 6.0.6
Since v3.0.20Signature
self.new(path)
No documentation comment.
Parameters
-
pathreq
Source
# File railties/lib/rails/paths.rb, line 49
def initialize(path)
@path = path
@root = {}
end
Defined in railties/lib/rails/paths.rb line 49
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Paths::Root