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