Method: Moodle2CC::CC::Converter#imscc_tmp_path
- Defined in:
- lib/moodle2cc/cc/converter.rb
#imscc_tmp_path ⇒ Object
20 21 22 |
# File 'lib/moodle2cc/cc/converter.rb', line 20 def imscc_tmp_path @imscc_tmp_path ||= File.join(@export_dir, imscc_file_name) end |