# File lib/puppet/property/ensure.rb, line 39
39:   def self.inherited(sub)
40:     # Add in the two properties that everyone will have.
41:     sub.class_eval do
42:     end
43:   end