Methods

Gherkin::Formatter::Model::PyString

Attributes

value[R]
line[R]

Public Class Methods

new(value, line) click to toggle source
     # File lib/gherkin/formatter/model.rb, line 191
191:         def initialize(value, line)
192:           @value, @line = value, line
193:         end

Public Instance Methods

line_range() click to toggle source
     # 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.