You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tmpdir library in the stdlib implements a single method called mktmpdir. I'd like to be able to use it for an eloop test that looks something like this:
Hi. Thanks for reporting this issue. Sadly I'm on an extremely tight schedule and can't spend to much time maintaining the project. I'm open to reviewing a PR if you'd like to have a stab at it though 😊
The
tmpdir
library in the stdlib implements a single method calledmktmpdir
. I'd like to be able to use it for an eloop test that looks something like this:However, with memfs I'm getting:
undefined method 'mktmpdir' for MemFs::Dir:Class
Can that be implemented?
The text was updated successfully, but these errors were encountered: