We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code:
MemFs.activate { Tempfile.create }
produces the following error:
ruby/3.2.0/tempfile.rb:400:in `create': uninitialized constant MemFs::Dir::Tmpname (NameError) Dir::Tmpname.create(basename, tmpdir, **options) do |tmpname, n, opts| ^^^^^^^^^
This is with Ruby 3.2.0 and memfs 1.0.0
The text was updated successfully, but these errors were encountered:
It looks like there hasn't been a release since 2017?
Sorry, something went wrong.
I tried with gem "memfs", github: "simonc/memfs" but the error still occurs.
gem "memfs", github: "simonc/memfs"
No branches or pull requests
The following code:
produces the following error:
This is with Ruby 3.2.0 and memfs 1.0.0
The text was updated successfully, but these errors were encountered: