Gherkin::Formatter::Model::BasicStatement
# 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
# 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.