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 end
def FakeFS def FakeFS
return FakeFS unless block_given? return ::FakeFS unless block_given?
::FakeFS.activate! ::FakeFS.activate!
yield yield
::FakeFS.deactivate! ::FakeFS.deactivate!