# File lib/cucumber/rb_support/snippet.rb, line 128 def data_table(table, *args) @result = DataTable.new(table) end
# File lib/cucumber/rb_support/snippet.rb, line 124 def doc_string(*args) @result = DocString.new end
# File lib/cucumber/rb_support/snippet.rb, line 132 def result @result || None.new end