class Cucumber::Core::Gherkin::AstBuilder::OutlineStepBuilder
def result(language)
def result(language) Ast::OutlineStep.new( language, location, comments, keyword, attributes[:text], multiline_argument ) end
def result(language) Ast::OutlineStep.new( language, location, comments, keyword, attributes[:text], multiline_argument ) end