Method: WordTree::Disk::Library#path_to
- Defined in:
- lib/wordtree/disk/library.rb
#path_to(book_id, type = :raw, opts = {}) ⇒ Object
30 31 32 |
# File 'lib/wordtree/disk/library.rb', line 30 def path_to(book_id, type=:raw, opts={}) File.join(dir_of(book_id), file_type(book_id, type, opts)) end |