Hashable
Creates a new Argument that starts at character offset offset with value val
offset
val
# File lib/gherkin/formatter/argument.rb, line 11 def initialize(offset, val) @offset, @val = offset, val end