vote up 1 vote down star

Hey,

Does anyone know how tempfile.rb is handled in JRuby. It is in Ruby but not in JRuby.

Anyone got anyideas?

Cheers

Eef

flag

1 Answer

vote up 2 vote down check

You can still "require 'tempfile'" and it will work.

In JRuby, Tempfile is implemented in Java. We were able to improve the performance substantially, and avoid the buggy stdlib version in the process.

link|flag
do you know where I can find documentation or some example code? Cheers – Eef Sep 24 at 11:09
Assume it works the same as Ruby's tempfile.rb: ruby-doc.org/stdlib/libdoc/… – Nick Sieger Sep 26 at 19:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.