Gherkin::Formatter::Model::Hashable
# File lib/gherkin/formatter/model.rb, line 191 191: def initialize(value, line) 192: @value, @line = value, line 193: end
# File lib/gherkin/formatter/model.rb, line 195 195: def line_range 196: line_count = value.split(/\r?\n/).length 197: line..(line+line_count+1) 198: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.