# File lib/mspec/guards/quarantine.rb, line 10
10:   def quarantine!
11:     g = QuarantineGuard.new
12:     g.name = :quarantine!
13:     yield if g.yield?
14:   ensure
15:     g.unregister
16:   end