# File lib/mspec/runner/context.rb, line 177 177: def protect(what, blocks, check=true) 178: return true if check and MSpec.mode? :pretend 179: Array(blocks).all? { |block| MSpec.protect what, &block } 180: end