= private = protected
pp(*objs)
prints arguments in pretty form.
pp returns nil.
# File lib/pp.rb, line 58 def pp(*objs) # :doc: objs.each {|obj| PP.pp(obj) } nil end