Class: Gherkin::Formatter::Model::Feature

Inherits:
TagStatement show all
Defined in:
lib/gherkin/formatter/model.rb

Instance Attribute Summary

Attributes inherited from TagStatement

#id, #tags

Attributes inherited from DescribedStatement

#description

Attributes inherited from BasicStatement

#comments, #keyword, #line, #name

Instance Method Summary collapse

Methods inherited from TagStatement

#first_non_comment_line, #initialize

Methods inherited from DescribedStatement

#initialize

Methods inherited from BasicStatement

#first_non_comment_line, #initialize, #line_range

Methods inherited from Hashable

#to_hash

Constructor Details

This class inherits a constructor from Gherkin::Formatter::Model::TagStatement

Instance Method Details

#replay(formatter) ⇒ Object



50
51
52
# File 'lib/gherkin/formatter/model.rb', line 50

def replay(formatter)
  formatter.feature(self)
end