class Prism::InspectVisitor::Replace

:nodoc:
command that replaces the subsequent indent with the given value.
when we hit an element in that list. In this case, we have a special
However, when we are inside a list we want some extra special formatting
Most of the time, we can simply pass down the indent to the next node.

def initialize(value)

def initialize(value)
  @value = value
end