Method: Library#confdir
- Defined in:
- lib/library.rb
#confdir ⇒ Object
Location of library system configuration files. This is alwasy the ‘etc/` directory.
459 460 461 |
# File 'lib/library.rb', line 459 def confdir ::File.join(location, 'etc') end |