Use consistent constant reference style

This commit is contained in:
Pat Nakajima 2009-07-22 04:42:46 -04:00
parent 3f4de75254
commit 14dac336a5

View File

@ -463,7 +463,7 @@ module FakeFS
end
def FakeFS
return FakeFS unless block_given?
return ::FakeFS unless block_given?
::FakeFS.activate!
yield
::FakeFS.deactivate!