Parent

Methods

Files

Object

Public Instance Methods

FakeFS() click to toggle source
# File lib/fakefs/base.rb, line 38
def FakeFS
  return ::FakeFS unless block_given?
  ::FakeFS.activate!
  yield
ensure
::FakeFS.deactivate!
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.