method

new

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

No documentation available.

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