class OpenSSL::Config

def inspect

name and its sections.
String representation of this configuration object, including the class
#
def inspect
  "#<#{self.class.name} sections=#{sections.inspect}>"
end