class Cucumber::Core::Ast::DataTable

def new_cell(raw_cell, line) #:nodoc:

:nodoc:
def new_cell(raw_cell, line) #:nodoc:
  @cell_class.new(raw_cell, self, line)
end