Parent

Gherkin::Formatter::TagFilter

Public Class Methods

new(tags) click to toggle source
   # File lib/gherkin/formatter/tag_filter.rb, line 6
6:       def initialize(tags)
7:         @tag_expression = TagExpression.new(tags)
8:       end

Public Instance Methods

eval(tags, names, ranges) click to toggle source
    # File lib/gherkin/formatter/tag_filter.rb, line 10
10:       def eval(tags, names, ranges)
11:         @tag_expression.eval(tags.uniq.map{|tag| tag.name})
12:       end
filter_table_body_rows(rows) click to toggle source
    # File lib/gherkin/formatter/tag_filter.rb, line 14
14:       def filter_table_body_rows(rows)
15:         rows
16:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.