Methods

Gherkin::Formatter::Model::Background

Public Class Methods

new(comments, keyword, name, description, line) click to toggle source
    # File lib/gherkin/formatter/model.rb, line 67
67:         def initialize(comments, keyword, name, description, line)
68:           super(comments, keyword, name, description, line)
69:           @type = "background"
70:         end

Public Instance Methods

replay(formatter) click to toggle source
    # File lib/gherkin/formatter/model.rb, line 72
72:         def replay(formatter)
73:           formatter.background(self)
74:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.