We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b90b80 commit 76a7bbaCopy full SHA for 76a7bba
1 file changed
test/fakefs_helper.rb
@@ -30,6 +30,8 @@ def home(user = Etc.getlogin)
30
# requires the path method to be present
31
module FakeFS
32
class Pathname
33
+ undef :path
34
+
35
def path
36
to_s
37
end
0 commit comments