Sha256: 830d3dd8f7194a5abd7f17503f10f90fb6f4470ab95e5c1aa29ceceee7b3b280

Contents?: true

Size: 233 Bytes

Versions: 5

Compression:

Stored size: 233 Bytes

Contents

We can specify a starting offset:
a_line_2 = 2

And an ending offset
a_line_2 = 2
a_line_3 = 3

Ending offset can be exclusive
a_line_1 = 1
a_line_2 = 2

We can specify offset and count instead
a_line_2 = 2
a_line_3 = 3
a_line_4 = 4

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
devver-germinate-1.0.0 features/example_output/sample_offsets.txt
devver-germinate-1.0.1 features/example_output/sample_offsets.txt
devver-germinate-1.1.0 features/example_output/sample_offsets.txt
devver-germinate-1.2.0 features/example_output/sample_offsets.txt
germinate-1.2.0 features/example_output/sample_offsets.txt