class Cucumber::Core::Ast::DataTable

def verify_table_width(width) #:nodoc:

:nodoc:
def verify_table_width(width) #:nodoc:
  raise %{The table must have exactly #{width} columns} unless raw[0].size == width
end