--- !ruby/object:RI::MethodDescription aliases: [] block_params: "" comment: - !ruby/struct:SM::Flow::P body: Groups line break hints added in the block. The line break hints are all to be used or not. - !ruby/struct:SM::Flow::P body: If indent is specified, the method call is regarded as nested by nest(indent) { ... }. - !ruby/struct:SM::Flow::P body: 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. full_name: PrettyPrint#group is_singleton: false name: group params: (indent=0, open_obj='', close_obj='', open_width=open_obj.length, close_width=close_obj.length) {|| ...} visibility: public