# File lib/mspec/guards/feature.rb, line 8 8: def match? 9: @parameters.all? { |f| MSpec.feature_enabled? f } 10: end