ruby / tmpdir

Retrieve temporary directory path
5 stars 11 forks source link

Allow Dir.tmpdir to work inside a Ractor #27

Closed jeremyevans closed 1 year ago

jeremyevans commented 1 year ago

Switch class variable usage to private constant, and make sure the constant is frozen.

Fixes [Bug #18933]

jeremyevans commented 1 year ago

Closing, looks like @nobu has a more complete fix in #22