inspect()
String representation of this configuration object, including the class name and its sections.
# File ext/openssl/lib/openssl/config.rb, line 448 def inspect "#<#{self.class.name} sections=#{sections.inspect}>" end