Method: Cuboid::System::Platforms::Base#disk_directory
- Defined in:
- lib/cuboid/system/platforms.rb
#disk_directory ⇒ String Location for temporary file storage.
Returns String Location for temporary file storage.
52 53 54 |
# File 'lib/cuboid/system/platforms.rb', line 52 def disk_directory Options.paths.os_tmpdir end |