symlink needs respond_to? if method_missing is used
This commit is contained in:
parent
506a33fed4
commit
46b62a54d9
@ -18,5 +18,9 @@ module FakeFS
|
|||||||
def method_missing(*args, &block)
|
def method_missing(*args, &block)
|
||||||
entry.send(*args, &block)
|
entry.send(*args, &block)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def respond_to?(method)
|
||||||
|
entry.respond_to?(method)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user