class RSpec::Core::Source::Cache

def source_from_file(path)

def source_from_file(path)
  @sources_by_path[path] ||= Source.from_file(path)
end