Cucumber::Parser::GherkinBuilder::Builder
# File lib/cucumber/parser/gherkin_builder.rb, line 269 def result(language) step = Ast::Step.new( language, location, node.keyword, node.name, Ast::MultilineArgument.from(node.doc_string || node.rows) ) step.gherkin_statement(node) step end
[Validate]
Generated with the Darkfish Rdoc Generator 2.