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