Gherkin::Formatter::Model::TagStatement

Attributes

tags[R]

Public Class Methods

new(comments, tags, keyword, name, description, line) click to toggle source
    # File lib/gherkin/formatter/model.rb, line 42
42:         def initialize(comments, tags, keyword, name, description, line)
43:           super(comments, keyword, name, description, line)
44:           @tags = tags
45:         end

Public Instance Methods

first_non_comment_line() click to toggle source
    # File lib/gherkin/formatter/model.rb, line 47
47:         def first_non_comment_line
48:           @tags.any? ? @tags[0].line : @line
49:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.