method

new

v4.0.2 - Show latest stable - Class: Rails::Paths::Root
new(path)
public

No documentation available.

# File railties/lib/rails/paths.rb, line 47
      def initialize(path)
        @current = nil
        @path = path
        @root = {}
      end