class Cucumber::Messages::StepMatchArgument

Represents the StepMatchArgument message in Cucumber’s message protocol.

Represents a single argument extracted from a step match and passed to a step definition. This is used for the following purposes:

This message closely matches the ‘Argument` class in the `cucumber-expressions` library.