# File lib/puppet/type.rb, line 133 133: def self.metaparam?(param) 134: @@metaparamhash.include?(symbolize(param)) 135: end