Methods

Class/Module Index [+]

Quicksearch

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 49
def initialize(comments, tags, keyword, name, description, line)
  super(comments, tags, keyword, name, description, line)
end

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.