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