class Cucumber::Formatter::LegacyApi::Adapter::Indent

def initialize(node)

def initialize(node)
  @widths = []
  node.describe_to(self)
end