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