= private = protected
pretty_inspect()
returns a pretty printed object as a string.
# File lib/pp.rb, line 50 def pretty_inspect PP.pp(self, '') end