You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Viewing config objects in Irb was _much_ too messy to easily inspect: it
printed every attribute for each ancestor, and most of them would simply
be the Net::IMAP::Config::AttrInheritance::INHERITED const, repeated
over and over.
So, just like `Config#inspect` was improved by #546, this simplifies the
`Kernel#pp` output to make it more useful for inspection on the console.
Unlike `Config#inspect`, `Config#pretty_print` prints _every_ config
attribute, including attributes that have been defined by a named
default config. Like `Config#inspect`, each attributes is printed only
once, nested in the config which assigned it.
0 commit comments