# File lib/cucumber/rb_support/snippet.rb, line 147 def initialize(table) @table = table end
# File lib/cucumber/rb_support/snippet.rb, line 151 def append_block_argument_to(array) array << 'table' end
# File lib/cucumber/rb_support/snippet.rb, line 155 def append_comment_to(string) string << " # table is a #{Cucumber::MultilineArgument::DataTable.to_s}\n" end