class Cucumber::RbSupport::Snippet::MultilineArgumentSnippet::DataTable
def append_block_argument_to(array)
def append_block_argument_to(array) array << 'table' end
def append_comment_to(string)
def append_comment_to(string) string << " # table is a #{@table.class.to_s}\n" end
def initialize(table)
def initialize(table) @table = table end