Method: Spring.project_root_path
- Defined in:
- lib/spring/configuration.rb
.project_root_path ⇒ Object
36 37 38 |
# File 'lib/spring/configuration.rb', line 36 def project_root_path @project_root_path ||= find_project_root(Pathname.new(File.(Dir.pwd))) end |