Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JRubyでtempfile.rbがどのように処理されるか知っている人はいますか。Rubyにはありますが、JRubyにはありません。
誰かが何かアイデアを得ましたか?
乾杯
Eef
あなたはまだ「'tempfile'を要求する」ことができ、それは機能します。
JRubyでは、TempfileはJavaで実装されています。パフォーマンスを大幅に改善し、プロセスでバグのあるstdlibバージョンを回避することができました。