Method: Library#datadir
- Defined in:
- lib/library.rb
#datadir ⇒ Object
Location of library shared data directory. This is always the ‘data/` directory.
472 473 474 |
# File 'lib/library.rb', line 472 def datadir ::File.join(location, 'data') end |