Method: Evm::Package#tmp_path

Defined in:
lib/evm/package.rb

#tmp_pathObject



82
83
84
# File 'lib/evm/package.rb', line 82

def tmp_path
  File.join(Evm.config[:path], 'tmp')
end