class Cucumber::Formatter::LegacyApi::Ast::Background

Attributes

feature[R]

Public Class Methods

new(feature, node) click to toggle source
Calls superclass method
# File lib/cucumber/formatter/legacy_api/ast.rb, line 382
def initialize(feature, node)
  super node
  @feature = feature
end