Module: Kernel
Relationships & Source Files | |
Defined in: | lib/pp.rb |
Class Method Summary
-
pp(*objs)
mod_func
prints arguments in pretty form.
Instance Method Summary
-
pretty_inspect
Returns a pretty printed object as a string.
Class Method Details
pp(*objs) (mod_func)
prints arguments in pretty form.
pp returns argument(s).
Instance Method Details
pretty_inspect
Returns a pretty printed object as a string.
See the ::PP
module for more information.