Inheritance
< PrettyPrint < Object
Included Modules
PPMethods

Classes & Modules

Attributes

Name Visibility R/W Description
sharing_detection public RW Returns the sharing detection flag as a boolean value. It is false by default.

Methods

Class

Visibility Signature
public pp (obj, out=$>, width=79)
public singleline_pp (obj, out=$>)

Class Method Detail

pp(obj, out=$>, width=79)

Outputs obj to out in pretty printed format of width columns in width.

If out is omitted, +$>+ is assumed. If width is omitted, 79 is assumed.

PP.pp returns out.

singleline_pp(obj, out=$>)

Outputs obj to out like PP.pp but with no indent and newline.

PP.singleline_pp returns out.