class Cucumber::StepMatch
def args
def args current_world = @step_definition.registry.current_world @step_arguments.map do |arg| arg.value(current_world) end end
def args current_world = @step_definition.registry.current_world @step_arguments.map do |arg| arg.value(current_world) end end