Method: Spring.project_root_path

Defined in:
lib/spring/configuration.rb

.project_root_pathObject



36
37
38
# File 'lib/spring/configuration.rb', line 36

def project_root_path
  @project_root_path ||= find_project_root(Pathname.new(File.expand_path(Dir.pwd)))
end