module Cucumber::Core::Gherkin::Writer::HasRows

def justify_cell(cell, position)

def justify_cell(cell, position)
  cell.ljust(column_length(position))
end