Method: Licensed::AppConfiguration#source_path
- Defined in:
- lib/licensed/configuration.rb
#source_path ⇒ Object
Returns the path to the app source directory as a Pathname
53 54 55 |
# File 'lib/licensed/configuration.rb', line 53 def source_path root.join(self["source_path"]) end |