Method: Library#confdir?
- Defined in:
- lib/library.rb
#confdir? ⇒ Boolean
Is there a ‘etc/` location?
466 467 468 |
# File 'lib/library.rb', line 466 def confdir? ::File.exist?(confdir) end |
Is there a ‘etc/` location?
466 467 468 |
# File 'lib/library.rb', line 466 def confdir? ::File.exist?(confdir) end |