module function Etc.#systmpdir

systmpdir -> String | nil[permalink][rdoc][edit]

システムのテンポラリディレクトリを返します。


require 'etc'
p Etc.systmpdir # => "/tmp"