class Cucumber::Formatter::LegacyApi::Adapter::TestStepSource::Collector

def method_missing(name, node, step_result, *args)

def method_missing(name, node, step_result, *args)
  result.send "#{name}=", node
  result.send "#{name}_result=", LegacyResultBuilder.new(step_result)
end