# File lib/puppet/property.rb, line 439
439:         def self.inherited(sub)
440:             # Add in the two properties that everyone will have.
441:             sub.class_eval do
442:             end
443:         end