Method: Cuboid::OptionGroups::Paths#tmp_dir_for
- Defined in:
- lib/cuboid/option_groups/paths.rb
#tmp_dir_for(pid) ⇒ Object
145 146 147 |
# File 'lib/cuboid/option_groups/paths.rb', line 145 def tmp_dir_for( pid ) "#{os_tmpdir}/#{TMPDIR_SUFFIX}#{pid}" end |