# File lib/gherkin/formatter/argument.rb, line 9 def initialize(byte_offset, val) @byte_offset, @val = byte_offset, val end