# File lib/puppet/ssl/base.rb, line 20 20: def self.wrapped_class 21: raise(Puppet::DevError, "#{self} has not declared what class it wraps") unless defined?(@wrapped_class) 22: @wrapped_class 23: end