Method: Confg.root

Defined in:
lib/confg.rb

.rootObject



15
16
17
18
19
# File 'lib/confg.rb', line 15

def root
  return @root if defined?(@root)

  @root = calc_root_path
end