# File lib/mspec/guards/feature.rb, line 4 4: def self.enabled?(*features) 5: new(*features).match? 6: end