method

new

v1_8_7_330 - Show latest stable - Class: PrettyPrint::Group
new(depth)
public

No documentation available.

# File lib/prettyprint.rb, line 287
    def initialize(depth)
      @depth = depth
      @breakables = []
      @break = false
    end