Module: Cucumber::Parser::Feature::Background1

Defined in:
lib/cucumber/parser/feature.rb

Instance Method Summary collapse

Instance Method Details

#buildObject



460
461
462
463
464
465
466
467
# File 'lib/cucumber/parser/feature.rb', line 460

def build
 Ast::Background.new(
   comment.build, 
   background_keyword.line,
   background_keyword.text_value, 
   steps.build
 )
end