Class: Gherkin::Formatter::Model::Feature
- Inherits:
-
TagStatement
- Object
- Hashable
- BasicStatement
- DescribedStatement
- TagStatement
- Gherkin::Formatter::Model::Feature
- Defined in:
- lib/gherkin/formatter/model.rb
Instance Attribute Summary
Attributes inherited from TagStatement
Attributes inherited from DescribedStatement
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
Methods inherited from BasicStatement
#first_non_comment_line, #initialize, #line_range
Methods inherited from Hashable
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 |