method

group

v1_9_3_125 - Show latest stable - Class: PrettyPrint
group(indent=0, open_obj='', close_obj='', open_width=open_obj.length, close_width=close_obj.length)
public

Groups line break hints added in the block. The line break hints are all to be used or not.

If indent is specified, the method call is regarded as nested by nest(indent) { … }.

If open_obj is specified, text open_obj, open_width is called before grouping. If close_obj is specified, text close_obj, close_width is called after grouping.