Methods

Gherkin::Formatter::Model::Feature

Public Class Methods

new(comments, tags, keyword, name, description, line) click to toggle source
    # File lib/gherkin/formatter/model.rb, line 55
55:         def initialize(comments, tags, keyword, name, description, line)
56:           super(comments, tags, keyword, name, description, line)
57:         end

Public Instance Methods

replay(formatter) click to toggle source
    # File lib/gherkin/formatter/model.rb, line 59
59:         def replay(formatter)
60:           formatter.feature(self)
61:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.