# File lib/mspec/guards/feature.rb, line 40
40:   def with_feature(*features)
41:     g = FeatureGuard.new(*features)
42:     g.name = :with_feature
43:     yield if g.yield?
44:   ensure
45:     g.unregister
46:   end