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

def record_width_of(node)

def record_width_of(node)
  @widths << node.keyword.length + node.name.length + 1
end