group

group(indent=0, open_obj='', close_obj='', open_width=open_obj.length, close_width=close_obj.length)
Instance Public methods

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.

doc_ruby_on_rails
2015-04-28 10:36:54
Comments
Leave a Comment

Please login to continue.