Use consistent constant reference style
This commit is contained in:
parent
3f4de75254
commit
14dac336a5
@ -463,7 +463,7 @@ module FakeFS
|
||||
end
|
||||
|
||||
def FakeFS
|
||||
return FakeFS unless block_given?
|
||||
return ::FakeFS unless block_given?
|
||||
::FakeFS.activate!
|
||||
yield
|
||||
::FakeFS.deactivate!
|
||||
|
Loading…
Reference in New Issue
Block a user