Method: Licensed::AppConfiguration#root
- Defined in:
- lib/licensed/configuration.rb
#root ⇒ Object
Returns the path to the workspace root as a Pathname.
43 44 45 |
# File 'lib/licensed/configuration.rb', line 43 def root @root ||= Pathname.new(self["root"]) end |