library tempfile

要約

テンポラリファイルを操作するためのクラスです

参考

標準添付ライブラリ紹介 【第 15 回】 tmpdir, tempfile https://magazine.rubyist.net/articles/0029/0029-BundledLibraries.html

クラス

Tempfile

テンポラリファイルを操作するためのクラスです。

同時にrequireされるライブラリ

delegate

メソッドの委譲 (delegation) を行うためのライブラリです。

tmpdir

テンポラリディレクトリのためのライブラリです。