Method: Arca.root_path

Defined in:
lib/arca.rb

.root_pathObject

Public: String representing the root path for the project.



34
35
36
# File 'lib/arca.rb', line 34

def self.root_path
  @root_path ||= Dir.pwd
end