Ruby PP Functions

EditRocket provides the following information on PP functions in the Ruby source code builder.

pp(obj, out=$>, width=79) - Outputs obj to out in pretty printed format of width columns in width.

singleline_pp(obj, out=$>) - Outputs obj to out like PP.pp but with no indent and newline.