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

Public Class Methods

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

Public Instance Methods

feature() click to toggle source
# File lib/cucumber/formatter/legacy_api/ast.rb, line 381
def feature
  @feature
end