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