module Cucumber::Core::Gherkin::Writer::HasRows
def column_length(column)
def column_length(column) lengths = rows.transpose.map { |r| r.map(&:length).max } lengths[column] end
def column_length(column) lengths = rows.transpose.map { |r| r.map(&:length).max } lengths[column] end