class Cucumber::Ast::Table

def header_cell(col) #:nodoc:

:nodoc:
def header_cell(col) #:nodoc:
  cells_rows[0][col]
end