Class
Gherkin::Listener::FormatterListener::Stash
In:
lib/gherkin/listener/formatter_listener.rb
Parent:
Object
Methods
basic_statement
comment
examples
feature
feature_element
id
new
tag
Attributes
comments
[R]
ids
[R]
tags
[R]
Public Class methods
new
()
Public Instance methods
basic_statement
() {|@comments, "| ...}
comment
(comment)
examples
(name) {|@comments, @tags, @examples_id| ...}
feature
(name) {|@comments, @tags, @feature_id| ...}
feature_element
(name) {|@comments, @tags, @feature_element_id| ...}
id
(name)
tag
(tag)
[Validate]