module Cucumber::Formatter::LegacyApi::Adapter::TestCaseSource

def self.for(test_case, result)

def self.for(test_case, result)
  collector = Collector.new
  test_case.describe_source_to collector, result
  collector.result.freeze
end