= private = protected
nest(indent)
Takes indent arg, but does nothing with it.
Yields to a block.
# File lib/prettyprint.rb, line 525 def nest(indent) # :nodoc: yield end