module Cucumber::Glue::ProtoWorld

def table(text_or_table)

Parameters:
  • text_or_table (String) -- The Gherkin string that represents the table

Other tags:
    Example: Create a table -
def table(text_or_table)
  MultilineArgument::DataTable.from(text_or_table)
end