class Cucumber::Glue::Snippet::MultilineArgumentSnippet::DataTable

def comment

def comment
  <<~COMMENT.chomp
    # table is a #{Cucumber::MultilineArgument::DataTable}
      pending # Write code here that turns the phrase above into concrete actions
  COMMENT
end