Methods

Gherkin::Formatter::Model::Tag

Attributes

name[R]
line[R]

Public Class Methods

new(name, line) click to toggle source
     # File lib/gherkin/formatter/model.rb, line 173
173:         def initialize(name, line)
174:           @name, @line = name, line
175:         end

Public Instance Methods

eql?(tag) click to toggle source
     # File lib/gherkin/formatter/model.rb, line 177
177:         def eql?(tag)
178:           @name.eql?(tag.name)
179:         end
hash() click to toggle source
     # File lib/gherkin/formatter/model.rb, line 181
181:         def hash
182:           @name.hash
183:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.