class Cucumber::Formatter::LegacyApi::Adapter::ExpandTableRowPrinter

def print_scenario_name(step_invocation, table_row)

def print_scenario_name(step_invocation, table_row)
  formatter.scenario_name table_row.keyword, table_row.name, node.location.to_s, step_invocation.indent.of(table_row)
end