306 307 308
# File 'lib/puppet/provider.rb', line 306 def self.feature_match(value) Puppet.features.send(value.to_s + "?") end