class Cucumber::Messages::StepMatchArgumentsList

def initialize(

def initialize(
  step_match_arguments: []
)
  @step_match_arguments = step_match_arguments
  super()
end