Module: CWG::FileDetails
- Included in:
- Book
- Defined in:
- /Users/martyn/cw/cw_clone/lib/cw/file_details.rb
Constant Summary
- HERE =
File.dirname(__FILE__) + '/'
- TEXT =
HERE + '../../data/text/'
- AUDIO =
HERE + '../../audio/'
Instance Method Summary (collapse)
Instance Method Details
- (Object) init_filenames
10 11 12 13 14 15 |
# File '/Users/martyn/cw/cw_clone/lib/cw/file_details.rb', line 10 def init_filenames @repeat_tone = AUDIO + "rpt.mp3" @r_tone = AUDIO + "r.mp3" @text_folder = TEXT @progress_file = 'progress.txt' end |