class Cucumber::Glue::Snippet::MultilineArgumentSnippet::DataTable
Public Class Methods
Source
# File lib/cucumber/glue/snippet.rb, line 185 def initialize(table) @table = table end
Public Instance Methods
Source
# File lib/cucumber/glue/snippet.rb, line 189 def append_block_parameter_to(array) array << 'table' end
Source
# File lib/cucumber/glue/snippet.rb, line 193 def comment <<~COMMENT.chomp # table is a #{Cucumber::MultilineArgument::DataTable} pending # Write code here that turns the phrase above into concrete actions COMMENT end