Method: Licensed::AppConfiguration#root

Defined in:
lib/licensed/configuration.rb

#rootObject

Returns the path to the workspace root as a Pathname.



45
46
47
# File 'lib/licensed/configuration.rb', line 45

def root
  @root ||= Pathname.new(self["root"])
end